From 9d793585ae99f2a703090d5847d53df828e183d2 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Mon, 1 Jun 2020 17:47:13 +1000 Subject: [PATCH] this need to use install to install plugins Signed-off-by: olivier lamy --- its/run-its.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/its/run-its.sh b/its/run-its.sh index b5832b9dff..39c6123930 100755 --- a/its/run-its.sh +++ b/its/run-its.sh @@ -26,7 +26,7 @@ if [ -z "$MAVENCODEBASE" ] ; then echo Please export MAVENCODEBASE else mvn verify -P versionlessMavenDist -f "$MAVENCODEBASE" - mvn clean test -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar" + mvn clean install -Prun-its,embedded -Dmaven.repo.local=`pwd`/repo -DmavenDistro="$MAVENCODEBASE/apache-maven/target/apache-maven-bin.zip" -DwrapperDistroDir="$MAVENCODEBASE/apache-maven/target" -DmavenWrapper="$MAVENCODEBASE/maven-wrapper/target/maven-wrapper.jar" fi