Skip to content

Commit

Permalink
integrate maven wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineThreepwood committed Jan 19, 2024
1 parent 195b8e3 commit 2365d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ APP_NAME=${BLUE}${APP_NAME}${NC}
echo -e "=== ${APP_NAME} project ${WHITE}cleanup${NC}" &&
mvn clean --quiet $@ &&
echo -e "=== ${APP_NAME} project ${WHITE}installation${NC}" &&
mvn install \
./mvnw install \
-DassembleDirectory=${prefix} \
-DskipTests=true \
-Dmaven.test.skip=true \
Expand Down

0 comments on commit 2365d00

Please sign in to comment.