How to generate a graph of the dependency between all modules of a Maven project?

If the Dependency Graph feature of m2eclipse doesn’t cover your needs, maybe have a look at the Maven Graph Plugin and in particular its graph:reactor goal.

UPDATE: the Dependency Graph feature was removed in m2eclipse 1.0. For more info see: Maven POM-Editor: Dependency Graph missing

Leave a Comment