Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2022-12-13 09:13:46 +10:00
parent b4476a300f
commit 13cf1aa119
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -54,12 +54,12 @@ node(jenkinsEnv.nodeSelection(osNode)) {
"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 "mv apache-maven/target/apache-maven-*-bin.zip apache-maven-dist.zip"
sh "mv apache-maven/target/apache-maven-bin.zip apache-maven-dist.zip"
stash includes: 'apache-maven-dist.zip', name: 'dist'
}
} finally {
junit testResults: '**/target/surefire-reports/*.xml', allowEmptyResults: true
}
}
}
}
}

View File

@ -24,7 +24,7 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>38</version>
<relativePath/>
<relativePath />
</parent>
<artifactId>maven</artifactId>