You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2020/06/01 10:34:53 UTC

[maven] 06/29: only junit

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 cd1d895f58a73a8bab8177ef34013961f0da80f8
Author: olivier lamy <ol...@apache.org>
AuthorDate: Mon Jun 1 12:57:37 2020 +1000

    only junit
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 Jenkinsfile.its | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.its b/Jenkinsfile.its
index 357f08c..5e4646f 100644
--- a/Jenkinsfile.its
+++ b/Jenkinsfile.its
@@ -23,7 +23,7 @@ pipeline {
 //        unstash name: 'wrapperDistroDir'
 //        unstash name: 'mavenWrapper'
         sh "ls -lrt"
-        withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.6.3',publisherStrategy: 'EXPLICIT'){
+        withMaven(jdk: 'JDK 1.8 (latest)', maven: 'Maven 3.6.3',publisherStrategy: [junitPublisher(disabled: false)]){
           sh "mvn test -Prun-its,embdedded -Dmaven.repo.local=./repo  -DmavenDistro=apache-maven/target/apache-maven-bin.zip -DwrapperDistroDir=apache-maven/target -DmavenWrapper=maven-wrapper/target/maven-wrapper.jar"
         }
       }