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

olamy pushed a commit to branch it_runs
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/it_runs by this push:
     new 9d5d79f  embedded is fastest
9d5d79f is described below

commit 9d5d79f1722f8fd74178cd834d1ba1340f8d4fd6
Author: olivier lamy <[email protected]>
AuthorDate: Mon Jun 1 21:09:22 2020 +1000

    embedded is fastest
    
    Signed-off-by: olivier lamy <[email protected]>
---
 Jenkinsfile.its | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 9f266ad..b6c526b 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -22,8 +22,7 @@ pipeline {
         git url: "https://github.com/apache/maven-integration-testing.git";, 
branch: "${ITS_BRANCH}"
         sh "ls -lrt ${env.WORKSPACE}/apache-maven/target/"
         withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 
'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) {
-          //embedded fastest
-          sh "mvn clean install -V -B -Prun-its 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=${env.WORKSPACE}/repo  
-DmavenDistro=${env.WORKSPACE}/apache-maven/target/apache-maven-bin.zip 
-DwrapperDistroDir=${env.WORKSPACE}/apache-maven/target 
-DmavenWrapper=${env.WORKSPACE}/maven-wrapper/target/maven-wrapper.jar"
+          sh "mvn clean install -V -B -Prun-its,embedded 
-Dmaven.test.failure.ignore=true -Dmaven.repo.local=${env.WORKSPACE}/repo  
-DmavenDistro=${env.WORKSPACE}/apache-maven/target/apache-maven-bin.zip 
-DwrapperDistroDir=${env.WORKSPACE}/apache-maven/target 
-DmavenWrapper=${env.WORKSPACE}/maven-wrapper/target/maven-wrapper.jar"
         }
       }
     }

Reply via email to