Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.2-beta-3
-
None
-
None
-
None
-
maven 2.0.9
Java 1.6.0_12
WinXP
Description
If we have the following dependencies:
A depends of C,D
B depends of C,E
and if I exclude B and useTransitiveFiltering=true into the assembly descriptor, then the dependency C is as well excluded. It supposed to be kept since it is included from the path A as well, not only from B.
Attachments
Issue Links
- duplicates
-
MASSEMBLY-504 Transitive dependencies missing when two deps rely on them, but one of the deps is excluded
- Closed