MVN

org.kuali.maven.plugins : graph-maven-plugin

Maven & Gradle

Jan 08, 2012
12 stars

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/

<plugin>
    <groupId>org.kuali.maven.plugins</groupId>
    <artifactId>graph-maven-plugin</artifactId>
    <version>1.2.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kuali.maven.plugins : graph-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of org.kuali.maven.plugins : graph-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
graph-maven-plugin-1.2.3
graph-maven-plugin-1.2.2
graph-maven-plugin-1.2.1
graph-maven-plugin-1.2.0
1.1.x
graph-maven-plugin-1.1.6
graph-maven-plugin-1.1.5
graph-maven-plugin-1.1.4
graph-maven-plugin-1.1.3
graph-maven-plugin-1.1.2
graph-maven-plugin-1.1.1
graph-maven-plugin-1.1.0
1.0.x
graph-maven-plugin-1.0.4
graph-maven-plugin-1.0.3
graph-maven-plugin-1.0.2
graph-maven-plugin-1.0.1
graph-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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