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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to