[ http://jira.codehaus.org/browse/MNG-826?page=comments#action_45726 ]
Edward Yakop commented on MNG-826: ---------------------------------- 1 Need a way to mark all transitive dependency of a java module to be marked library *hence, added the module as class path item inside MANIFEST.MF and excluded during generation of application.xml* * This is very useful for project that needs bundling of 3rd party library but we don't have to *mess* up the ear pom.xml by declaring every single items that depends of 3rd party library . 2 Need a way to mark all transitive dependency of a java module to be marked excluded *hence, excluded during generation of application.xml* * To make this feature to be consistent with the first comment. > Improve the declaration of 3rd party library and exclusion > ---------------------------------------------------------- > > Key: MNG-826 > URL: http://jira.codehaus.org/browse/MNG-826 > Project: Maven 2 > Type: Improvement > Components: maven-plugins > Reporter: Edward Yakop > Assignee: Stephane Nicoll > Fix For: 2.0-beta-1 > > > Improvment of the exclusion/inclusion mechanism: for now this is working > based on dependencies wich are neither test nor provided. Need also to handle > jar modules which needs to be declared in a > <module> > <java>[...]</java> > </module> > entry. -- 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]
