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
Maybe have a look at depgraph. It is possible to select by groupId so you should be able to generate a useful diagram.