I have a top-level parent pom that aggregates about 40 sub-modules, and these sub-modules in turn inherit some dependency coordinates from the parent. Some of these sub-modules are inter-dependent.
I have run dependency analysis against the entire project, but for some reason, I can only view dependency UML diagrams for each sub-module independently.
Is there a way I can view a UML showing all modules and how they relate to each other? One reason I need this because I suspect in many cases, some modules are defining dependenices unncessarily for artifacts they would get transitively from other dependencies.