You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2007/04/08 00:55:46 UTC

[jira] Closed: (MNG-980) Provide control over precedence of org.apache.maven.plugins group in search path

     [ http://jira.codehaus.org/browse/MNG-980?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox closed MNG-980.
-------------------------

         Assignee: Brian Fox
       Resolution: Fixed
    Fix Version/s:     (was: 2.1.x)
                   2.0.7

> 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
>          Issue Type: Improvement
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0-beta-1
>            Reporter: John Fallows
>            Assignee: Brian Fox
>             Fix For: 2.0.7
>
>
> 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