Skip to content

Commit c9eb8ec

Browse files
committed
revert no hudson build back to what it was
1 parent 44c35cd commit c9eb8ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +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 -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
76-
clean install
75+
mvn -B -ntp $CLJS_SCRIPT_MVN_OPTS clean install
7776
fi
7877

7978
rm -f src/main/cljs/cljs/core.aot.js

0 commit comments

Comments
 (0)