Skip to content

Commit c2dfca1

Browse files
committed
mvn debugging
1 parent c01e3a7 commit c2dfca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ if [ "$HUDSON" = "true" ]; then
7272
git push origin "$TAG"
7373
else
7474
echo "Skipping remote deployment and Git tag because we are not on Hudson."
75-
mvn -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
75+
mvn -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
7676
clean install
7777
fi
7878

0 commit comments

Comments
 (0)