Graph Maven Plugin

Create customizable dependency graphs for Maven projects using Graphviz. The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs - http://www.graphviz.org/

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.kuali.maven.plugins
ArtifactId

ArtifactId

graph-maven-plugin
Last Version

Last Version

1.2.3
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Graph Maven Plugin
Create customizable dependency graphs for Maven projects using Graphviz. The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs - http://www.graphviz.org/
Project URL

Project URL

http://site.kuali.org/maven/plugins/graph-maven-plugin/1.2.3
Project Organization

Project Organization

The Kuali Foundation
Source Code Management

Source Code Management

https://github.com/jcaddel/graph-maven-plugin

Download graph-maven-plugin

How to add to project

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>graph-maven-plugin</artifactId>
    <version>1.2.3</version>
</plugin>

Dependencies

compile (8)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.3
commons-io : commons-io jar 2.1
net.sourceforge.collections : collections-generic jar 4.01
org.springframework : spring-core jar 3.1.0.RELEASE
org.apache.maven : maven-compat jar 3.0.3
org.apache.maven.shared : maven-dependency-tree jar 1.2
org.apache.maven.reporting : maven-reporting-api jar 3.0
org.slf4j : slf4j-api jar 1.6.4

runtime (2)

Group / Artifact Type Version
org.slf4j : jcl-over-slf4j jar 1.6.4
org.slf4j : slf4j-log4j12 jar 1.6.4

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Graph Maven Plugin

This plugin creates customizable dependency graphs for Maven projects using Graphviz.

For example, this is a graph of the logging libraries used by this plugin:

Logging Dependencies

The Graphviz "dot" executable needs to be installed and in your path for the plugin to produce graphs

There are free, stable, and mature, executables for Linux, Mac, Solaris, and Windows at http://www.graphviz.org/

See http://site.kuali.org/maven/plugins/graph-maven-plugin/1.2.3/ for documentation and example graphs

Versions

Version
1.2.3
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0