MVN

net.anzix.maven : maven-depanal-plugin

Maven & Gradle

Feb 13, 2011
1 stars

Dependency Graph analizer · Mojo to collect dependencies between the maven projects and generate grahml/grahviz output from it

<plugin>
    <groupId>net.anzix.maven</groupId>
    <artifactId>maven-depanal-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.anzix.maven : maven-depanal-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of net.anzix.maven : maven-depanal-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
maven-depanal-plugin-1.1
1.0
maven-depanal-plugin-1.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>net.anzix.maven</groupId>
    <artifactId>maven-depanal-plugin</artifactId>
    <version>1.1</version>
</plugin>