X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-build.sh;fp=shell%2Fmaven-build.sh;h=a807a03ac66de84174dc7c6ac7c524676bfc04c7;hb=5fa5b9907684b63824352a353d31365e95cfbca3;hp=6be1900ca7627d58576fbb7fae2344076cf317d1;hpb=c1873360fa7455fdb690c6235923d7eb68e30ec6;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-build.sh b/shell/maven-build.sh index 6be1900c..a807a03a 100644 --- a/shell/maven-build.sh +++ b/shell/maven-build.sh @@ -14,7 +14,7 @@ # DO NOT enable -u because $MAVEN_PARAMS and $MAVEN_OPTIONS could be unbound. # Ensure we fail the job if any steps fail. -set -e -o pipefail +set -xe -o pipefail set +u export MAVEN_OPTS