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 Type: Bug Components: Plugins and Lifecycle Versions: 2.0.2 Reporter: John Casey Fix For: 2.0.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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]