Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.1, 2.0.2
-
Fix Version/s: 2.0.3
-
Component/s: Artifacts and Repositories
-
Labels:None
-
Complexity:Expert
-
Testcase included:yes
-
Number of attachments :
Description
scopes are not correctly calculated for this case
my pom: a compile, b test
a: c compile, d compile
b: d compile
then d ends in test scope because d is closer to my project through the path b-d
I think scope importance should also be taken into account
Issue Links
- is depended upon by
-
MNGBOOK-57
Release maven 2.0.3
-
- is duplicated by
-
MNG-1568
test-jar dependency clobbers transitive dependency
-
-
MNG-1571
Wrong calculation of transient dependecies if artifact is referenced from different scopes
-
- relates to
-
MNG-4724
Plugin runtime classpath during execution differs from runtime classpath during building when conflicts with test/provided scope dependencies are involved
-
-
MNG-2686
POM dependency scope auto-downgrades from provided to test
-
-
MNG-4675
Compile scoped dependencies replaced by test
-
-
MNG-4789
[regression] Difference in compile scope dependency resolution
-
This is the it test