[ http://jira.codehaus.org/browse/MNG-598?page=comments#action_43022 ]
Brett Porter commented on MNG-598: ---------------------------------- this is implemented for packaging, but there are problems: - not implemented for type - implementation currently uses plugins.xml which is per-user configured, which is a reproducibility problem Needs to use the plugins defined in the POM for finding them, but this introduces more issues: - is this too onerous for a dependency type definition? - verifying all of the plugins in the POM before building is inefficient, so it would be good to be able to point directly to the plugin that has the packaging > new type handlers cannot be added outside of maven-core > ------------------------------------------------------- > > Key: MNG-598 > URL: http://jira.codehaus.org/browse/MNG-598 > Project: Maven 2 > Type: Bug > Reporter: Brett Porter > Fix For: 2.0-beta-1 > > > adding type handlers in your own plugin will not put them into the map that > the lifecycle executor is using. the maps need to be merged. -- 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]
