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 d7fc05b31a test if distro really here
d7fc05b31a is described below
commit d7fc05b31a2eeb79bb65fc5673e68395894b4192
Author: Olivier Lamy <[email protected]>
AuthorDate: Sat Mar 8 19:19:24 2025 +1000
test if distro really here
Signed-off-by: Olivier Lamy <[email protected]>
---
Jenkinsfile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index f750efd12b..97ed9e949f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -114,7 +114,8 @@ for (String os in runITsOses) {
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"
+ sh "mvn package -DskipTests -e -B -V
-Prun-its -Dmaven.repo.local=$HOME/.repository/cached"
+ String cmd = "${runITscommand}
-Dmaven.repo.local=$HOME/.repository/local
-Dmaven.repo.local.tail=$HOME/.repository/cached
-DmavenDistro=$WORK_DIR/maven/apache-maven/target/apache-maven-bin.zip
-Dmaven.test.failure.ignore"
if (isUnix()) {
sh 'df -hT'