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

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


The following commit(s) were added to refs/heads/master-jenkinsfile by this 
push:
     new 8a3eee7e30 cannot run embedded ITs with maven4
8a3eee7e30 is described below

commit 8a3eee7e3066c4098f294f89eb5290efc5352d53
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Mar 8 12:41:02 2025 +1000

    cannot run embedded ITs with maven4
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b67b241e91..65b1b254ea 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ def buildMvn = 'maven3'
 def runITsOses = ['linux']
 def runITsJdks = ['17', '21']
 def runITsMvn = 'maven3'
-def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
+def runITscommand = "mvn clean install -Prun-its -B -U -V" // 
-DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests
 
 try {

Reply via email to