From 2365d00d7264046d427f4637348072a55cbea01e Mon Sep 17 00:00:00 2001 From: Divine Threepwood Date: Fri, 19 Jan 2024 20:05:49 +0100 Subject: [PATCH] integrate maven wrapper --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ebd0f1f..f621345 100755 --- a/install.sh +++ b/install.sh @@ -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 \