There's a more generic solution for this, which will also work when we must move to TLSv1.3
<properties>
<!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting
with Central -->
<https.protocols>${https.protocols}</https.protocols>
</properties>
No reason for a profile. If `https.protocols` is used as argument, it is passed
to invoker.
[ Full content available at:
https://github.com/apache/maven-plugin-tools/pull/15 ]
This message was relayed via gitbox.apache.org for [email protected]
