Skip to content

Commit

Permalink
Add --quiet to the resolver test mvn download (#1898)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten-nist authored and aj-stein-nist committed Sep 12, 2023
1 parent 47da3e6 commit 49edb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/resolver-pipeline/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SUPPORT_DIR:=$(shell pwd)/java_modules

$(SUPPORT_DIR):
mkdir -p "$(SUPPORT_DIR)"
mvn -f $(POM_FILE) \
mvn --quiet -f $(POM_FILE) \
dependency:copy-dependencies \
-DoutputDirectory="$(SUPPORT_DIR)"

Expand Down

0 comments on commit 49edb57

Please sign in to comment.