[ http://jira.codehaus.org/browse/MNG-820?page=all ] Brett Porter closed MNG-820: ----------------------------
Resolution: Fixed > Over-zealous transitive dependencies during mediation > ----------------------------------------------------- > > Key: MNG-820 > URL: http://jira.codehaus.org/browse/MNG-820 > Project: Maven 2 > Type: Bug > Components: maven-artifact > Versions: 2.0-beta-1 > Environment: Windows XP, Cygwin > Reporter: Mark Hobson > Assignee: Brett Porter > Priority: Blocker > Fix For: 2.0-beta-2 > Attachments: test.zip > > Original Estimate: 2 hours > Time Spent: 2 hours > Remaining: 0 minutes > > The attached zip sets up the following project hierarchy: > main.war > projecta > shared:1.0 > librarya > projectb > projectc > shared:2.0 > libraryb > From what I understand of dependency mediation shared:2.0 should be chosen in > preference to shared:1.0, and hence libraryb should be included instead of > librarya. Using the latest m2 the main.war WEB-INF/lib contains: > projecta > projectb > projectc > shared:2.0 > librarya > libraryb > Thus librarya is included when it shouldn't be. -- 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]