You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2018/06/23 11:50:35 UTC

[maven-resolver] branch MRESOLVER-46 updated: Add https.protocols

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MRESOLVER-46
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/MRESOLVER-46 by this push:
     new 30407e7  Add https.protocols
30407e7 is described below

commit 30407e7b70c3dba5cdc4f8210a75d2738e2fdfbe
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Jun 23 13:50:29 2018 +0200

    Add https.protocols
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 95d2967..f6c4209 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -37,7 +37,7 @@ node('ubuntu') {
             dir('build') {
                 try {
                     withEnv(["PATH+MAVEN=$MAVEN_BUILD/bin","PATH+JDK=$JAVA7_HOME/bin"]) {
-                        sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository"
+                        sh "mvn clean verify -B -U -e -fae -V -Dmaven.test.failure.ignore=true -Dmaven.repo.local=$WORK_DIR/.repository -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"
                     }
                 } finally {
                     junit allowEmptyResults: true, testResults:'**/target/*-reports/*.xml'