Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.8, 3.0-alpha-1, 3.0
-
None
Description
If you build and install a plugin with managed versions that affect plugin transitive dependencies, when it's used the dependency management is ignored
If the dependency management affects the plugin direct dependecies it works properly because the information is merged.
eg.
Plugin A depends on jar B that depends on jar C[1.0]
A dependencyManagement explicitly forces C[2.0], you build and install using C[2.0] in the classpath
If you use plugin A in your pom it will be used with C version 1.0
Attachments
Attachments
Issue Links
- relates to
-
MNG-3396 Managed versions dont affect over constrained ranges
- Closed