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 Arminta-Jenkins-NIST committed Sep 12, 2023
1 parent 67ac380 commit c52037a
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 c52037a

Please sign in to comment.