maven-dependency-plugin
maven-dependency-plugin copied to clipboard
[MDEP-881] dependencyManagement to dependencies
Delany opened MDEP-881 and commented
Before releasing a BOM type artefact, e.g. in https://reflectoring.io/maven-bom/
I'd like to confirm that the artefacts I've specified are actually available. Currently there's no way to do this without making a redundant <dependencies> section in the project with an entry for every dep in depMng and running the resolve goal.
Could there be a new property includeManagement on the resolve goal? Or a separate resolveManaged goal?
Alternatively, a goal that generates a dependency for every managed dependency which subsequent goals can work off, e.g.
mvn dependency:depend oga-maven-plugin:check ossindex:audit
Affects: 3.6.0