ferstl / depgraph-maven-plugin

A Maven plugin that generates dependency graphs in various formats (DOT, GML, PlantUML, JSON and Text)
Apache License 2.0
554 stars 84 forks source link

Can the plugin nest nodes to represent the groupId/artifactId relationship? #156

Open danhaywood opened 2 years ago

danhaywood commented 2 years ago

... I couldn't see such a capability.

My app consists of maybe 60 artifactIds, in about 6 higher level groupIds. I was looking for a node to represent the groupId, and then have it contain a node for each artifactId within that groupId. Is this supported?

If not, then I guess this is a feature request...

Great work, by the way!

ferstl commented 2 years ago

Hi @danhaywood As far as I understand you, this is not supported. You could try the depgraph:by-groupid. But this goal does not show any artifactIds. For a feature request could you provide a concrete example what this should look like?