Maksym Demidas
Maksym Demidas

Reputation: 7817

Represent a Maven multi module project in a form of graph

Context : I work for a new project. It is a maven multi module project (70 modules).

I am trying to realize a purpose of each module and dependecies between them. Is there are any tool that may represent this information in a form of graph?

What have I tried: I found Dependecy Graph functionality of m2e plugin that is unfortunately not available in Eclipse Luna. In any case it is not a good option for me, I wan't see any dependent JARs, only modules.

Thank you

Upvotes: 1

Views: 448

Answers (1)

pjanssen
pjanssen

Reputation: 1111

Maybe have a look at depgraph. It is possible to select by groupId so you should be able to generate a useful diagram.

Upvotes: 2

Related Questions