Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Yet another plugin which generate graphviz dot file based on maven dependency graph

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