this need to use install to install plugins

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/run-its.sh b/run-its.sh
index b5832b9..39c6123 100755
--- a/run-its.sh
+++ b/run-its.sh
@@ -26,7 +26,7 @@
  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