Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
-
None
Description
The popular spring-boot makes a lot of use of BOMs. Using BOMs is a good practice, but right now it is very hard to determine where dependencyManagement dependencies and especially their versions are coming from.
Instead of only showing only the final location (from the BOM POM), it should also show the import path from the current project to that specific pom (where is the BOM POM imported?).
This way it will be easier to figure out which dependency in which POM needs to be upgraded: it's the version in the POM declaring the import of the BOM POM, not the version in the imported BOM POM.
Attachments
Attachments
Issue Links
- is related to
-
MNG-7906 Dependency Management import (BOM) does not work the "maven way"
- Open
- requires
-
MNG-7344 Effective pom should contain more finegrained details regarding its content origin: track dependencyManagement import
- Closed
- supercedes
-
MPH-160 help:effective-pom -Dverbose: add source location as comments in effective pom.xml
- Closed
- links to