X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-build.sh;h=6be1900ca7627d58576fbb7fae2344076cf317d1;hb=ac158d4c6fe40b2f159b11abb6d3f51bd32c4651;hp=458513801de70a0d81012eb8fadae983a8bb84fc;hpb=c238d5307c09b13e356bdb83379f4060f933b3a4;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-build.sh b/shell/maven-build.sh index 45851380..6be1900c 100644 --- a/shell/maven-build.sh +++ b/shell/maven-build.sh @@ -22,6 +22,7 @@ export MAVEN_OPTS # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters. # shellcheck disable=SC2086 $MVN clean deploy \ + -e \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \ -DaltDeploymentRepository=staging::default::file:"$WORKSPACE"/m2repo \