X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-build.sh;h=c00aa06fc1109229c7e84c5d6d632a2078219879;hb=6eefde1f463638b5021c2ec96eb67a017d379f1f;hp=a807a03ac66de84174dc7c6ac7c524676bfc04c7;hpb=5fa5b9907684b63824352a353d31365e95cfbca3;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-build.sh b/shell/maven-build.sh index a807a03a..c00aa06f 100644 --- a/shell/maven-build.sh +++ b/shell/maven-build.sh @@ -21,7 +21,7 @@ export MAVEN_OPTS # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters. # shellcheck disable=SC2086 -$MVN clean deploy \ +$MVN $MAVEN_GOALS \ -e \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \