Skip to content

Commit

Permalink
mvn debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 15, 2023
1 parent c01e3a7 commit c2dfca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ "$HUDSON" = "true" ]; then
git push origin "$TAG"
else
echo "Skipping remote deployment and Git tag because we are not on Hudson."
mvn -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
mvn -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
clean install
fi

Expand Down

0 comments on commit c2dfca1

Please sign in to comment.