Details
-
Dependency upgrade
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Central now requires at least TLSv1.2, which has to be activated for Java 7 from commandline with -Dhttps.protocols=TLSv1.2.
In such case, maven-invoker-plugin should use the same property value of https.protocols, so better to always copy this value from Maven runtime environment to invoker environment.