Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
2.1.0
-
None
-
None
Description
The attached zip contains the following project hierarchy:
p +- a | \- b | \- x:2 | \- y:1 +- c:runtime | \- d | \- y:2 +- e \- x:1
The expected resolved dependencies would be:
- test:a:jar:1:compile
- test:b:jar:1:compile
- test:c:jar:1:runtime
- test:d:jar:1:runtime
- test:e:jar:1:compile
- test:x:jar:1:compile
- test:y:jar:2:runtime
But running build.sh shows that test:y is omitted entirely. Note that changing the scope of c in p to compile shows the correct behaviour.