This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch MNG-6726 in repository https://gitbox.apache.org/repos/asf/maven.git
commit d52debad98ca6634ff9c58183785de762bf39950 Author: tibordigana <[email protected]> AuthorDate: Tue Jul 30 13:04:41 2019 +0200 Revert "[MNG-6725] Skip '.mavenrc' via MAVEN_SKIP_RC=1 and '-Dmaven.skip.rc=true' on child ITs (by default on Jenkins CI)." This reverts commit 93c88a2b --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index af9a395..b9e510d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -100,7 +100,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/apache-maven-dist.zip -Dmaven.test.failure.ignore=true -Dmaven.skip.rc=true" + String cmd = "${runITscommand} -DmavenDistro=$WORK_DIR/apache-maven-dist.zip -Dmaven.test.failure.ignore=true" if (stageId.endsWith('-jdk7')) { // Java 7u80 has TLS 1.2 disabled by default: need to explicitly enable cmd = "${cmd} -Dhttps.protocols=TLSv1.2"
