How to generate a graph of the dependency between all modules of a Maven project (excluding third party libraries like JUnit, SLF4J, etc.)? I couldn\'t find a way to include
Checkout this project too:
https://github.com/roclas/pomParser
It creates a pretty cool "graph" that can be navigated in both ways (forwards and backwards).
The idea is very simple, and you can download and change the code very easily.