1

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

Community
  • 1
  • 1
Maksym Demidas
  • 7,707
  • 1
  • 29
  • 36
  • possible duplicate of [How to generate a graph of the dependency between all modules of a Maven project?](http://stackoverflow.com/questions/4084669/how-to-generate-a-graph-of-the-dependency-between-all-modules-of-a-maven-project) – pjanssen Jun 23 '15 at 16:27

1 Answers1

2

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

pjanssen
  • 1,065
  • 13
  • 35