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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 6556866  force batch mode
6556866 is described below

commit 6556866e6a0406c74546a0b0226e635116459afe
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Aug 21 21:14:57 2022 +1000

    force batch mode
---
 vars/asfMavenTlpPlgnBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index c4c754a..f608310 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -201,7 +201,7 @@ def doCreateTask( os, jdk, maven, tasks, first, plan, 
taskContext )
             println "Local Repo (${stageId}): ${localRepo}"
            println "Jdk $jdkName, mvnName $mvnName"      
             cmd += " 
-Dmaven.repo.local=../.maven_repositories/${env.EXECUTOR_NUMBER}"
-           cmd += " -Dinvoker.writeJunitReport=true"     
+           cmd += " -Dinvoker.writeJunitReport=true -B"          
            withEnv(["JAVA_HOME=${ tool "$jdkName" }",
                "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin",
                "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) {         
    

Reply via email to