depgraph-maven-plugin
depgraph-maven-plugin copied to clipboard
Can the plugin nest nodes to represent the groupId/artifactId relationship?
... 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!
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?