From cb496f7447679e65a4151e31f38e87cb909f5570 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 24 May 2022 10:44:47 +1000 Subject: [PATCH] use surefire 3.0.0 M7 SNAPSHOT so we can restore running all tests with -Dmaven.test.failure.ignore=true (#8036) * test surefire 3.0.0-M7-SNAPSHOT and restore -Dmaven.test.failure.ignore=true * add apache snapshots repository Signed-off-by: Olivier Lamy --- Jenkinsfile | 2 +- pom.xml | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 48eb7ec43eb..34229e2bea0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -141,7 +141,7 @@ def mavenBuild(jdk, cmdline, mvnName) { "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) { configFileProvider( [configFile(fileId: 'oss-settings.xml', variable: 'GLOBAL_MVN_SETTINGS')]) { - sh "mvn --no-transfer-progress -s $GLOBAL_MVN_SETTINGS -Pci --show-version --batch-mode --errors -Djetty.testtracker.log=true $cmdline" + sh "mvn --no-transfer-progress -s $GLOBAL_MVN_SETTINGS -Pci --show-version --batch-mode --errors -Djetty.testtracker.log=true -Dmaven.test.failure.ignore=true $cmdline" } } } diff --git a/pom.xml b/pom.xml index 26a48508e28..cdda872c2e9 100644 --- a/pom.xml +++ b/pom.xml @@ -132,7 +132,7 @@ 3.2.0 3.2.4 3.10.0 - 3.0.0-M5 + 3.0.0-M7-SNAPSHOT 3.2.1 3.3.2 4.7.0.0 @@ -168,6 +168,19 @@ https://github.com/eclipse/jetty.project + + + apache.snapshots + https://repository.apache.org/content/repositories/snapshots + + false + + + true + + + + build