Merge "Improve verbosity in maven shell scripts"
[releng/global-jjb.git] / shell / maven-sonar.sh
index 17c509d..e0c0477 100644 (file)
@@ -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