You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/05/13 06:41:00 UTC

[jira] [Commented] (MNG-7478) Transport selection should use config properties, not user properties

    [ https://issues.apache.org/jira/browse/MNG-7478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536461#comment-17536461 ] 

ASF GitHub Bot commented on MNG-7478:
-------------------------------------

cstamas opened a new pull request, #739:
URL: https://github.com/apache/maven/pull/739

   Instead of user properties, as this allows making "permanent" the
   selection by using MAVEN_OPTS and other places as well. Currently
   only via command line works.
   
   ---
   
   https://issues.apache.org/jira/browse/MNG-7478
   




> Transport selection should use config properties, not user properties
> ---------------------------------------------------------------------
>
>                 Key: MNG-7478
>                 URL: https://issues.apache.org/jira/browse/MNG-7478
>             Project: Maven
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Tamás Cservenák
>            Priority: Major
>
> The NNG-7454 included resolver native transport and default wagon transport for resolver in maven. Still, the selection logic relies on user properties, that makes it impossible to simply set "for good" the selection, as it works only if set on command line.
> Instead of user properties, core should use config properties (config + system + user merged) instead, as this allows setting transport in places like MAVEN_OPTS etc.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)