You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Hervé Boutemy (JIRA)" <ji...@apache.org> on 2018/06/23 07:47:00 UTC

[jira] [Updated] (MPOM-188) maven-invoker-plugin should copy value of https.protocols during invocation

     [ https://issues.apache.org/jira/browse/MPOM-188?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hervé Boutemy updated MPOM-188:
-------------------------------
    Description: 
Central now requires at least TLSv1.2, which can 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.

  was:Central now requires at least TLSv1.2, which can be passed from commandline. In such case, maven-invoker-plugin should use the same value of {{https.protocols}}, so better to always copy this value.


> maven-invoker-plugin should copy value of https.protocols during invocation
> ---------------------------------------------------------------------------
>
>                 Key: MPOM-188
>                 URL: https://issues.apache.org/jira/browse/MPOM-188
>             Project: Maven POMs
>          Issue Type: Dependency upgrade
>            Reporter: Robert Scholte
>            Assignee: Robert Scholte
>            Priority: Major
>             Fix For: MAVEN-32
>
>
> Central now requires at least TLSv1.2, which can 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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)