Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
topframe committed Dec 27, 2024
1 parent bfb39f5 commit b00e746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/scripts/2-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. ./app.conf

cd "$REPO_DIR" || exit
mvn clean package -Dmaven.test.skip=true $1
mvn clean package -U -Dmaven.test.skip=true $1

echo "Deploying libraries to $DEPLOY_DIR/lib ..."
rm -rf "${DEPLOY_DIR:?}"/lib/*
Expand Down

0 comments on commit b00e746

Please sign in to comment.