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 13a5c1b6f7 test if distro really here
13a5c1b6f7 is described below
commit 13a5c1b6f71541c6210b499e138103cfa0f15982
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Mar 8 18:44:09 2025 +1000
test if distro really here
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 84f4d1d538..f750efd12b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -109,10 +109,11 @@ for (String os in runITsOses) {
try {
withEnv(["JAVA_HOME=${ tool "$jdkName" }",
- "PATH+MAVEN=${ tool "$jdkName"
}/bin:${WORK_DIR}/.apache-maven-master/bin",
-
"MAVEN_HOME=${WORK_DIR}/.apache-maven-master",
+ "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 "echo build dist"
+ sh "ls -lrt
$WORK_DIR/maven/apache-maven/target/apache-maven-bin.zip"
+ sh "mvn --errors --batch-mode
--show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper
-Dmaven=${buildMvn}"
String cmd = "${runITscommand}
-Dmaven.repo.local=$WORK_DIR/.repository
-DmavenDistro=$WORK_DIR/maven/apache-maven/target/apache-maven-bin.zip
-Dmaven.test.failure.ignore"
if (isUnix()) {