Skip to content

Commit 3c4fef4

Browse files
committed
copy to ~/.m2/extensions.xml
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 0ff3324 commit 3c4fef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def mavenBuild(jdk, extraArgs) {
6767
withEnv(["JAVA_HOME=${tool "$jdk"}",
6868
"PATH+MAVEN=${ tool "$jdk" }/bin:${tool "maven_3_latest"}/bin",
6969
"MAVEN_OPTS=-Xms4G -Xmx4G -Djava.awt.headless=true"]) {
70-
sh "cp .github/ci-extensions.xml ~/.m2/extensions.xml"
70+
sh "cp .github/ci-extensions.xml ~/.mvn/extensions.xml"
7171
sh "mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper -Dmaven=4.0.0-rc-3"
7272
sh "./mvnw clean install -B -U -e -DskipTests -PversionlessMavenDist -V -DdistributionTargetDir=${env.WORKSPACE}/.apache-maven-master"
7373
// we use two steps so that we can cache artifacts downloaded from Maven Central repository

0 commit comments

Comments
 (0)