You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/02/03 22:04:12 UTC

[jira] Commented: (MNG-2035) Add transitive dependencies with test scope when depending on a test-jar type dependency

    [ http://jira.codehaus.org/browse/MNG-2035?page=comments#action_57789 ] 

Carlos Sanchez commented on MNG-2035:
-------------------------------------

test

> Add transitive dependencies with test scope when depending on a test-jar type dependency
> ----------------------------------------------------------------------------------------
>
>          Key: MNG-2035
>          URL: http://jira.codehaus.org/browse/MNG-2035
>      Project: Maven 2
>         Type: New Feature

>   Components: Dependencies
>     Versions: 2.0, 2.0.1, 2.0.2
>     Reporter: Carlos Sanchez
>     Priority: Minor
>      Fix For: 2.1

>
>
> If I add a test-jar dependency, then it's dependencies in test scope should be transitively added in test scope.
>     <dependency>
>       <groupId>x</groupId>
>       <artifactId>y</artifactId>
>       <version>1.0</version>
>       <type>test-jar</type>
>       <scope>test</scope>
>     </dependency>

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