Skip to content

Instantly share code, notes, and snippets.

@maciejwalkowiak
Created January 24, 2020 09:12
Show Gist options
  • Save maciejwalkowiak/073f1a13eb2bf50e40fd425b865f8948 to your computer and use it in GitHub Desktop.
Save maciejwalkowiak/073f1a13eb2bf50e40fd425b865f8948 to your computer and use it in GitHub Desktop.
Generate Maven modules dependency graph
./mvnw com.github.ferstl:depgraph-maven-plugin:3.0.1:aggregate -DcustomStyleConfiguration=./styles.json -DcreateImage=true -Dscope=compile "-Dincludes=org.springframework.boot:*"
{
"graph": {
"rankdir": "LR"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment