Over-zealous transitive dependencies during mediation
-----------------------------------------------------

         Key: MNG-820
         URL: http://jira.codehaus.org/browse/MNG-820
     Project: Maven 2
        Type: Bug
    Versions: 2.0-beta-1    
 Environment: Windows XP, Cygwin
 Reporter: Mark Hobson
    Priority: Blocker
 Attachments: test.zip

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]

Reply via email to