You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org> on 2011/07/27 12:46:42 UTC

[jira] Closed: (MNG-5096) on with test-jar doesn't work in maven 3

     [ https://jira.codehaus.org/browse/MNG-5096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-5096.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 3.0.4
         Assignee: Benjamin Bentmann

Fixed in [r1151423|http://svn.apache.org/viewvc?view=revision&revision=1151423].

> <exclusion> on <dependency> with <type>test-jar</type> doesn't work in maven 3
> ------------------------------------------------------------------------------
>
>                 Key: MNG-5096
>                 URL: https://jira.codehaus.org/browse/MNG-5096
>             Project: Maven 2 & 3
>          Issue Type: Bug
>    Affects Versions: 3.0.3
>         Environment: Ubuntu 10.04
>            Reporter: Garrett Wu
>            Assignee: Benjamin Bentmann
>             Fix For: 3.0.4
>
>         Attachments: maven-testcase.tar.gz
>
>
> There appears to be a regression in maven 3 that breaks test-jar dependency exclusions.  I've attached a simple example to reproduce this.  There are two projects: foo and bar.  Project foo produces a test-jar artifact.  Project bar depends on foo's test-jar but excludes a dependency on junit.  In maven 2, a dependency:list shows that junit has successfully been excluded.  In maven 3, a dependency:list shows that junit was not successfully excluded.
> To reproduce, download the {{maven-testcase.tar.gz}} attachment and run:
> {code:none}
> $ tar xzvf maven-testcase.tar.gz
> $ cd maven-testcase/foo
> $ mvn2 install
> $ cd ../bar
> $ mvn2 dependency:list
> ...
> [INFO] The following files have been resolved:
> [INFO]    org.apache.maven:foo:test-jar:tests:1.0:test
> ...
> $ mvn3 dependency:list
> ...
> [INFO] The following files have been resolved:
> [INFO]    junit:junit:jar:4.8.1:test
> [INFO]    org.apache.maven:foo:test-jar:tests:1.0:test
> ...
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira