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 05ce94b265 use -PversionlessMavenDist for its 05ce94b265 is described below commit 05ce94b265ee7e98738719dc320dd03f15198e55 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sat Mar 8 14:32:53 2025 +1000 use -PversionlessMavenDist for its Signed-off-by: Olivier Lamy <ol...@apache.org> --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a3f062a830..84f4d1d538 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -87,7 +87,7 @@ for (String os in runITsOses) { "PATH+MAVEN=${ tool "$jdkName" }/bin:${tool 'maven_latest'}/bin", "MAVEN_OPTS=-Xms2g -Xmx4g -Djava.awt.headless=true"]) { sh "mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=${buildMvn}" - sh "./mvnw clean install -B -U -e -DskipTests -V -DdistributionTargetDir=${WORK_DIR}/.apache-maven-master -Dmaven.repo.local=${WORK_DIR}/.repository" + sh "./mvnw clean install -B -U -e -DskipTests -PversionlessMavenDist -V -DdistributionTargetDir=${WORK_DIR}/.apache-maven-master -Dmaven.repo.local=${WORK_DIR}/.repository" } } dir ('its') {