Issue Details (XML | Word | Printable)

Key: MNG-2035
Type: New Feature New Feature
Status: Closed Closed
Resolution: Duplicate
Priority: Minor Minor
Assignee: Brett Porter
Reporter: Carlos Sanchez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2 & 3

Add transitive dependencies with test scope when depending on a test-jar type dependency

Created: 03/Feb/06 01:56 PM   Updated: 03/Feb/06 04:13 PM   Resolved: 03/Feb/06 04:13 PM
Component/s: Dependencies
Affects Version/s: 2.0, 2.0.1, 2.0.2
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Duplicate
 

Complexity: Intermediate


 Description  « Hide

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>



There are no comments yet on this issue.