We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01e3a7 commit c2dfca1Copy full SHA for c2dfca1
script/build
@@ -72,7 +72,7 @@ if [ "$HUDSON" = "true" ]; then
72
git push origin "$TAG"
73
else
74
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 \
+ mvn -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
76
clean install
77
fi
78
0 commit comments