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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ecb747  Set https.proptocols for maven-invoker-plugin
1ecb747 is described below

commit 1ecb747030ad93f000be8c4bcb7fbe8bc1eb707b
Author: rfscholte <[email protected]>
AuthorDate: Sat Jul 14 14:14:04 2018 +0200

    Set https.proptocols for maven-invoker-plugin
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index d16c5b5..2750416 100644
--- a/pom.xml
+++ b/pom.xml
@@ -283,6 +283,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>

Reply via email to