[ 
http://jira.codehaus.org/browse/MNG-3775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149368#action_149368
 ] 

Arnaud Heritier commented on MNG-3775:
--------------------------------------

To sumup the test case we have in dependencies :
A -- test --> B -- compile --> C
A -- compile --> D
In depMgt, in a parent of A & B, we have D excludes C

As a result we should have C as test dependency for A. But we don't ...

Bertrand are we agree about the testcase ?

> Problem in dependency resolution with exclusion, pom parent
> -----------------------------------------------------------
>
>                 Key: MNG-3775
>                 URL: http://jira.codehaus.org/browse/MNG-3775
>             Project: Maven 2
>          Issue Type: Bug
>          Components: Dependencies
>    Affects Versions: 2.0.9
>            Reporter: Bertrand Paquet
>         Attachments: bug_maven.zip, bug_maven_test.zip
>
>
> See projects in attachement.
> Parent projet uses SEAM pom parent, and declares jboss-seam as dependency, 
> excluding javax.el
> First project uses parent project, and declares javax.el as dependency
> mvn dependency:list on first, you can see javax.el
> Second project uses parent project, and declares first project as dependency. 
> It should have javax.el on classpath (because of first project), but it 
> doesn't.
> mvn dependency:list on second, javax.el disappears !

-- 
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

        

Reply via email to