You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2010/01/06 13:50:55 UTC

[jira] Closed: (MNG-2014) build extension libraries should be added to the current artifact filter used by the plugin manager

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

Benjamin Bentmann closed MNG-2014.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 3.0-alpha-7)
                   3.0-alpha-3
         Assignee: Benjamin Bentmann

Fixed in Maven 3 during extension redesign for MNG-4381. Should also be fixed in recent versions of Maven 2 where bigger extensions are loaded into an extension container and not the core container.

> build extension libraries should be added to the current artifact filter used by the plugin manager
> ---------------------------------------------------------------------------------------------------
>
>                 Key: MNG-2014
>                 URL: http://jira.codehaus.org/browse/MNG-2014
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Plugins and Lifecycle
>    Affects Versions: 2.0.2
>            Reporter: John Casey
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0-alpha-3
>
>
> currently, build extensions are not added to the artifact filter that the plugin manager uses when initializing plugin containers. This means that plugins will get another copy of any class in that build extension.
> Build extensions go into the core container, and should therefore be excluded from plugin containers, to ensure that plugins and the core can share the classes/instances in the extension.

-- 
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