You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Nodet (Jira)" <ji...@apache.org> on 2022/10/20 08:11:03 UTC

[jira] [Updated] (MNG-7454) Include resolver-transport-http in Maven

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

Guillaume Nodet updated MNG-7454:
---------------------------------
    Fix Version/s: 4.0.0-alpha-2

> Include resolver-transport-http in Maven
> ----------------------------------------
>
>                 Key: MNG-7454
>                 URL: https://issues.apache.org/jira/browse/MNG-7454
>             Project: Maven
>          Issue Type: New Feature
>          Components: Dependencies
>            Reporter: Tamas Cservenak
>            Assignee: Tamas Cservenak
>            Priority: Major
>             Fix For: 3.9.0, 4.0.0-alpha-1, 4.0.0-alpha-2, 4.0.0
>
>
> We should include maven-resolver-transport-http (along with existing maven-resolver-transport-wagon) but retain Wagon as default transport, while offer ability for users to use http transport to utilize new resolver features like "smart checksums".
> On positive side, this will finally get rid of shaded httpClient and wagon-http-shaded as well.
> To switch transport use {{-Dmaven.resolver.transport}} with following values:
>  * {{wagon}} - to use wagon (is default as well)
>  * {{native}} - to use resolver own highly optimized HTTP and FILE transport (supports "smart checksums")
>  * {{auto}} - to rely on resolver own discovery, or if another transport extension used
> The selected transport can be seen in debug (-X) output on line `[DEBUG] Using transporter XXX...`



--
This message was sent by Atlassian Jira
(v8.20.10#820010)