Skip to content

Commit 01a9850

Browse files
Add --quiet to the resolver test mvn download (#1898)
1 parent 54f25db commit 01a9850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/resolver-pipeline/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ SUPPORT_DIR:=$(shell pwd)/java_modules
1313

1414
$(SUPPORT_DIR):
1515
mkdir -p "$(SUPPORT_DIR)"
16-
mvn -f $(POM_FILE) \
16+
mvn --quiet -f $(POM_FILE) \
1717
dependency:copy-dependencies \
1818
-DoutputDirectory="$(SUPPORT_DIR)"
1919

0 commit comments

Comments
 (0)