This maven tactic uses native, mvn dependency:tree
command to retrieve
dependency information.
Find pom.xml
files, and treat those as maven projects. Skip all subdirectories.
- Executes
mvn dependency:tree -DoutputType=dot -DoutputFile=... --fail-at-end
- Parse and analyze generated dot file for dependency analysis