Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group artifacts by groupId #238

Open
vgheo opened this issue Oct 13, 2023 · 0 comments
Open

Group artifacts by groupId #238

vgheo opened this issue Oct 13, 2023 · 0 comments

Comments

@vgheo
Copy link

vgheo commented Oct 13, 2023

In large projects, it may be useful to present artifacts with the same groupId into a graphviz cluster.

As configuration API I think this could be implemented by adding a property 'clusterId' on each node, that would be used as cluster name in the dot output.

eg - config

dependencyNode = { node, dependency -> node.add( ClusterId.of(dependency.getModuleGroup()) }

output

subgraph cluster_comexample {
"comexamplea"
"comexampleb"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant