Reputation: 220762
A previous question on Stack Overflow has shown that it is possible to plot a graph of all modules within a Maven managed project.
I'm wondering if anyone has done and published an authoritative visual representation of all dependencies managed by Maven Central?
Upvotes: 4
Views: 993
Reputation: 1004
there exists a tool which could help achieving your goal, it is called Pom Explorer.
You can find the website here : github.com/ltearno/pom-explorer
It is a tool to work on a graph of maven projects. As a teaser i can say that on my machine it analyzes 4000 pom.xml files in 4 seconds. Then many functionnalities are provided above the analysed pom graph :
It is in active development right now so don't hesitate to try it, report bugs and ask for useful features ! The documentation is also not complete yet, so again don't hesitate to ask !
Thanks
Upvotes: 3