Make sure that jjb-cleanup.sh allows unbound vars
[releng/global-jjb.git] / shell / maven-build-deps.sh
index 5cf2663..8583d90 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/bash -l
 # SPDX-License-Identifier: EPL-1.0
 ##############################################################################
 # Copyright (c) 2017 The Linux Foundation and others.
@@ -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" \