This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch revert-MNG-6772
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/revert-MNG-6772 by this push:
new 56504f6 don't use mavenDistro when using mavenVersion
56504f6 is described below
commit 56504f6b316d9a39ac9afffb73030ec12c17e4d6
Author: rfscholte <[email protected]>
AuthorDate: Fri Feb 5 15:30:00 2021 +0100
don't use mavenDistro when using mavenVersion
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 5e782c3..9e961d3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -150,7 +150,7 @@ for (String os in runITsOses) {
withMaven(jdk: jdkName, maven: mvnName,
mavenLocalRepo:"${WORK_DIR}/it-local-repo", options:[
junitPublisher(ignoreAttachments: false)
]) {
- String cmd = "${runITscommand}
-DmavenDistro=$WORK_DIR/dists/apache-maven-bin.zip
-Dmaven.test.failure.ignore=true -DmavenVersion=${m3}"
+ String cmd = "${runITscommand}
-Dmaven.test.failure.ignore=true -DmavenVersion=${m3}"
if (isUnix()) {
sh "${cmd}"
} else {