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

commit 8c71685f7d4887ac53a09ef1662018f6f1399ed2
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 16:20:16 2020 +1000

    fix brackets
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 3408c1e..9d319d0 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -10,12 +10,11 @@ pipeline {
       steps {
         withEnv(["JAVA_HOME=${ tool "JDK 1.8 (latest)" }", "PATH+MAVEN=${tool 
'Maven 3.6.3'}/bin:${env.JAVA_HOME}/bin"]) {
             sh "mvn -V clean install -P versionlessMavenDist 
-Dmaven.repo.local=${env.WORKSPACE}/repo"
-          }
         }
+      }
 //        stash name: 'apache-maven-bin.zip', includes: 
'apache-maven/target/apache-maven-bin.zip'
 //        stash name: 'wrapperDistroDir', includes: 'apache-maven/target/**'
 //        stash name: 'mavenWrapper', includes: 
'maven-wrapper/target/maven-wrapper.jar'
-      }
     }
     stage( "Run Maven Integration Testing" ) {
       steps {

Reply via email to