Skip to content

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

Notifications You must be signed in to change notification settings

elek/depgraphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages