Skip to content

Add dependency tree information

David Diederich requested to merge dependency-trees into main

Utilize mvn dependency:tree instead of mvn dependency:list to gather the dependency data. Adds extra information to the maven-dependencies.json output, which can be used to generate a tree view of the dependencies.

Merge request reports