Delany created MDEP-881:
---------------------------
Summary: dependencyManagement to dependencies
Key: MDEP-881
URL: https://issues.apache.org/jira/browse/MDEP-881
Project: Maven Dependency Plugin
Issue Type: Improvement
Affects Versions: 3.6.0
Reporter: Delany
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.
{code:java}
mvn dependency:depend oga-maven-plugin:check ossindex:audit{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)