File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,16 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
64
64
65
65
# For Hudson server
66
66
if [ " $HUDSON " = " true" ]; then
67
- mvn -B --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
67
+ mvn -B -ntp - -fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
68
68
clean deploy nexus-staging:release
69
69
70
70
echo " Creating tag $TAG "
71
71
git tag -f " $TAG "
72
72
git push origin " $TAG "
73
73
else
74
74
echo " Skipping remote deployment and Git tag because we are not on Hudson."
75
- mvn $CLJS_SCRIPT_MVN_OPTS clean install
75
+ mvn -B -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
76
+ clean install
76
77
fi
77
78
78
79
rm -f src/main/cljs/cljs/core.aot.js
You can’t perform that action at this time.
0 commit comments