Skip to content

Instantly share code, notes, and snippets.

@skovtunenko
Forked from maciejwalkowiak/diagram.sh
Created January 24, 2020 10:42
Show Gist options
  • Save skovtunenko/c54cceec9849f7bd3effa2fbc0171091 to your computer and use it in GitHub Desktop.
Save skovtunenko/c54cceec9849f7bd3effa2fbc0171091 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