this need to use install to install plugins

Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2020-06-01 17:47:13 +10:00
parent 1e72287309
commit 9d793585ae
1 changed files with 1 additions and 1 deletions

View File

@ -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