Skip to content

Group artifacts by groupId #238

@vgheo

Description

@vgheo

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"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions