We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e031e commit 656e08dCopy full SHA for 656e08d
Jenkinsfile
@@ -67,6 +67,7 @@ def mavenBuild(jdk, extraArgs) {
67
withEnv(["JAVA_HOME=${tool "$jdk"}",
68
"PATH+MAVEN=${ tool "$jdk" }/bin:${tool "maven_3_latest"}/bin",
69
"MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) {
70
+ sh "cp .github/ci-extensions.xml .mvn/extensions.xml"
71
sh "mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=3.9.9"
72
sh "./mvnw clean install -B -U -e -DskipTests -PversionlessMavenDist -V -DdistributionTargetDir=${env.WORKSPACE}/.apache-maven-master"
73
// we use two steps so that we can cache artifacts downloaded from Maven Central repository
0 commit comments