You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/06/30 19:43:46 UTC

[maven-install-plugin] branch MINSTALL-145 updated: Fixed TLS issue for IT's

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

khmarbaise pushed a commit to branch MINSTALL-145
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/MINSTALL-145 by this push:
     new 0198d1c  Fixed TLS issue for IT's
0198d1c is described below

commit 0198d1cac6f372c176ea1aab9a9147dc51949f29
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Jun 30 21:43:34 2018 +0200

    Fixed TLS issue for IT's
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index d4098b4..6cca50e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,6 +166,10 @@
                   <goal>clean</goal>
                   <goal>install</goal>
                 </goals>
+                <properties>
+                  <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
+                  <https.protocols>${https.protocols}</https.protocols>
+                </properties>
               </configuration>
             </plugin>
           </plugins>