[
https://issues.apache.org/jira/browse/MNG-8381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet updated MNG-8381:
---------------------------------
Fix Version/s: 4.0.0-rc-2
(was: 4.0.0-rc-1)
> Allow server.aliases in settings.xml
> ------------------------------------
>
> Key: MNG-8381
> URL: https://issues.apache.org/jira/browse/MNG-8381
> Project: Maven
> Issue Type: Improvement
> Components: Settings
> Reporter: Tamas Cservenak
> Priority: Major
> Fix For: 4.0.0-rc-2
>
>
> To allow setup like this:
> {noformat}
> <settings>
> <servers>
> <server>
> <id>oss.sonatype.org</id>
> <aliases>
> <alias>plexus-release</alias>
> <alias>takari-release</alias>
> </aliases>
> ...
> </server>
> </servers>
> </settings>
> {noformat}
> This way pretty much the validation remains same (server.id is unique), but
> the search for server entry would need to modify and consider aliases as well.
> This would not work with Maven3 plugins (running in compat mode), but
> Resolver can make use of this extra info.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)