Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The maven-shade plugin has an option to promote transitive dependencies of shaded dependencies. In case such transitive dependencies contains exclusions, they should be copied too.
The DependencyGraphBuilder is used to build up the tree, but it doesn't copy the exclusions to the DependencyNode, so this important info is now lost.
Attachments
Issue Links
- is depended upon by
-
MSHADE-202 When promoteTransitiveDependencies=true, some <exclusions> are stripped from the dependency-reduced-pom
- Open