This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 9f2015f  this need to use install to install plugins
9f2015f is described below

commit 9f2015f7572e29ed4b78bc501efc27ac2482d583
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 17:47:13 2020 +1000

    this need to use install to install plugins
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 run-its.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to