X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-build-deps.sh;h=3ff3f24fd48073d568695e1470b881b646bb1ad1;hb=40baa00e9dfc838fd7f8b47b5906158a7c6f4d85;hp=5cf2663cce5a77264b71fde2f0211380d4c03e42;hpb=bb5e0da850b1c5ed31cf76af62d91b506c13d8dd;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-build-deps.sh b/shell/maven-build-deps.sh index 5cf2663c..3ff3f24f 100644 --- a/shell/maven-build-deps.sh +++ b/shell/maven-build-deps.sh @@ -30,7 +30,7 @@ for project in "${PROJECTS[@]}"; do # Disable SC2086 because we want to allow word splitting for $MAVEN_* parameters. # shellcheck disable=SC2086 $MVN clean install \ - -Pq \ + -e -Pq \ -DskipTests=true \ --global-settings "$GLOBAL_SETTINGS_FILE" \ --settings "$SETTINGS_FILE" \