This is an automated email from the ASF dual-hosted git repository.
khmarbaise pushed a commit to branch MSHADE-289
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
The following commit(s) were added to refs/heads/MSHADE-289 by this push:
new af5fbb4 Fixed TLS
af5fbb4 is described below
commit af5fbb41526b428908991585683c220586e4950d
Author: Karl Heinz Marbaise <[email protected]>
AuthorDate: Sun Jun 24 08:37:00 2018 +0200
Fixed TLS
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index 3581b0f..588ff9a 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>