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

后端 未结 8 1998
遇见更好的自我
遇见更好的自我 2020-11-28 06:53

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

8条回答
  •  借酒劲吻你
    2020-11-28 07:22

    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.

提交回复
热议问题