janssk1 / maven-graph-plugin

Maven plugin that generates a dependency graph in graphml format
Apache License 2.0
50 stars 22 forks source link

any chance of multimodule support? #3

Open davidmoten opened 9 years ago

davidmoten commented 9 years ago

I like the product, any chance of multimodule support?

I have a directory with a parent pom of packaging type pom and it has modules as subdirectories. I'd like to see the dependency tree of all modules at once and your product looks very close to being able to do that. Any interest in adding this enhancement?

Thanks

MarWestermann commented 9 years ago

I would be very interested in this feature, too.

thanks

janssk1 commented 9 years ago

Are you asking for a single graph with multiple roots (one root per submodule) ?

OrangeDog commented 7 years ago

I would expect to end up with a single graph at the top level that included at least a node for every submodule (recursively) and their inter-dependencies.

GhaTMA commented 6 years ago

+1

TheTechOddBug commented 2 years ago

It would be great indeed!!