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
6464
6565# For Hudson server
6666if [ " $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 \
6868 clean deploy nexus-staging:release
6969
7070 echo " Creating tag $TAG "
7171 git tag -f " $TAG "
7272 git push origin " $TAG "
7373else
7474 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
7677fi
7778
7879rm -f src/main/cljs/cljs/core.aot.js
You can’t perform that action at this time.
0 commit comments