[ http://jira.codehaus.org/browse/MNG-980?page=all ]

Brett Porter updated MNG-980:
-----------------------------

    Fix Version: 2.0-beta-3

> Provide control over precedence of org.apache.maven.plugins group in search 
> path
> --------------------------------------------------------------------------------
>
>          Key: MNG-980
>          URL: http://jira.codehaus.org/browse/MNG-980
>      Project: Maven 2
>         Type: Improvement
>   Components: maven-core
>     Versions: 2.0-beta-1
>     Reporter: John Fallows
>      Fix For: 2.0-beta-3

>
>
> settings.xml has a <pluginGroups> section to list additional groupIds to 
> search for top level m2 plugin goals.
> By default, "org.apache.maven.plugins" is not required to be present in this 
> list, and always wins if there is a collision.
> <pluginGroups> that explicitly list "org.apache.maven.plugins" should be able 
> to control this default behavior, so that a different plugin groupId can 
> always win in the case of a collision.
> For example, in settings.xml:
> <pluginGroups>
>   <pluginGroup>org.example.maven.plugins</pluginGroup>
>   <pluginGroup>org.apache.maven.plugins</pluginGroup>
> </pluginGroups>
> This would allow "org.example.maven.plugins" to always win in the case of a 
> collision, whereas:
> <pluginGroups>
>   <pluginGroup>org.example.maven.plugins</pluginGroup>
> </pluginGroups>
> would still allow "org.apache.maven.plugins" to always win, as it does today.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to