Hi, I am aware that I can get Maven to build me a dependency tree for a given project of mine and that is fine. Is there any way to get help with generating the broader dependency tree? Let me clarify. In my organization we have a lot of multi module applications. Some applications refer to each other but information about these dependencies are spread aorund in different pom.xml files. We would like to have this larger dependency tree documented centrally (for example as automatically generated report), so that an application owner can look at this report and see which other applications are using his software. Is there any tooling that can help me with that or do I have to code it myself.
Best regards M. Hansen