https://github.com/elek/depgraphviz
Yet another plugin which generate graphviz dot file based on maven dependency graph
https://github.com/elek/depgraphviz
Last synced: about 1 year ago
JSON representation
Yet another plugin which generate graphviz dot file based on maven dependency graph
- Host: GitHub
- URL: https://github.com/elek/depgraphviz
- Owner: elek
- Created: 2011-01-24T22:45:26.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-13T22:13:22.000Z (over 15 years ago)
- Last Synced: 2025-02-12T10:55:15.939Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Dependency analyzier plugin for maven similar to maven dependency plugin.
By default the plugin works only with the reactor projects so the dependencies won't be wrote to the dependency graph. So it's possible
to print a dependency graph only between the sub projects. If you would like to print also the extenral dependencies use the -Ddepanal.reactorOnly flag.
Goals:
depanal:graph -- create a dot (graphviz) or a mathxml (with yed namespaces) graph file to create dependency graph
depanal:list -- create a file with the absolute file paths of dependencies