Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Auto Closed
-
2.0
-
None
-
None
Description
When using the dependencyManagement section of a pom of type "pom" to create a bill of materials, it's currently possible to specify an invalid version. eg:
<dependencyManagement> <dependencies> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>9.9</version> </dependency> </dependencies> </dependencyManagement>
It would be really useful for these types of pom's to be able to force all the dependencies to be resolved when running something like "install" and have that fail the build.
Attachments
Issue Links
- is related to
-
MDEP-201 Add option to tree goal to generate tree based on dependencyManagement
- Closed