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 928389173e versionlessMavenDist profile is failing test 928389173e is described below commit 928389173e5b42f94dedc6777b88ecdb82c83277 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sat Mar 8 11:33:43 2025 +1000 versionlessMavenDist profile is failing test Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c229640412..65973a788f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -53,7 +53,7 @@ node(jenkinsEnv.nodeSelection(osNode)) { withEnv(["JAVA_HOME=${ tool "$jdkName" }", "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool "$mvnName"}/bin", "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) { - sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore -PversionlessMavenDist -Dmaven.repo.local=${WORK_DIR}/.repository" + sh "mvn clean ${MAVEN_GOAL} -B -U -e -fae -V -Dmaven.test.failure.ignore -Dmaven.repo.local=${WORK_DIR}/.repository" } } finally { junit testResults: '**/target/surefire-reports/*.xml,**/target/failsafe-reports/*.xml', allowEmptyResults: true