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 e6fc6da426 fix build of temporary distro
e6fc6da426 is described below
commit e6fc6da426c37cef0e63fd928803105feb5b886f
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Mar 8 13:35:22 2025 +1000
fix build of temporary distro
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 0724822e02..a3f062a830 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -25,7 +25,7 @@ def buildMvn = '4.0.0-rc-2'
def runITsOses = ['linux']
def runITsJdks = ['17', '21']
def runITsMvn = '4.0.0-rc-2'
-def runITscommand = "mvnw clean install -Prun-its -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 {