Merge "Fix for Pike/Queens Jobs"
[releng/builder.git] / jjb / integration / multipatch-distribution.sh
index 89324a39186828d50585edf95cb10699cc565482..95d4fedea2b18744e5c68c12c9fda8dab472046c 100644 (file)
@@ -99,8 +99,8 @@ do
     "$MVN" clean install \
     -e -Pq \
     -Dstream=oxygen \
-    -DskipTests=true \
     -Dgitid.skip=false \
+    -Dmaven.gitcommitid.skip=false \
     --global-settings "$GLOBAL_SETTINGS_FILE" \
     --settings "$SETTINGS_FILE" \
     $MAVEN_OPTIONS
@@ -117,7 +117,6 @@ if [ "${distribution_status}" == "not_included" ]; then
     "$MVN" clean install \
     -e -Pq \
     -Dstream="$DISTROSTREAM" \
-    -DskipTests=true \
     --global-settings "$GLOBAL_SETTINGS_FILE" \
     --settings "$SETTINGS_FILE" \
     $MAVEN_OPTIONS