You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Brett Porter (JIRA)" <ji...@codehaus.org> on 2005/09/02 05:23:03 UTC

[jira] Updated: (MNG-820) Over-zealous transitive dependencies during mediation

     [ http://jira.codehaus.org/browse/MNG-820?page=all ]

Brett Porter updated MNG-820:
-----------------------------

    Fix Version: 2.0-beta-2

> 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
>      Fix For: 2.0-beta-2
>  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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org