Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Maven 2.0.2
-
Complexity:Intermediate
-
Number of attachments :
Description
Suppose I have artifacts A, B, C and D.
In artifact D you initially have:
D --provided-> B ---compile--> A
where B has a compile dependency on A.
This allows you to compile code agains A.
If you they add:
D --test-> C ---compile--> A
where C also has a compile dependency on A, then A all of the sudden becomes 'test visible' and you can no longer compile against it.
Issue Links
- duplicates
-
MNG-2686
POM dependency scope auto-downgrades from provided to test
-
Activity
Brett Porter
made changes -
Brett Porter
made changes -
| Assignee | Brett Porter [ brettporter ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Duplicate [ 3 ] |
Benjamin Bentmann
made changes -
Benjamin Bentmann
made changes -