MVN

de.mytoys.maven.plugins : debug-maven-plugin

Maven & Gradle

May 13, 2011
2 stars

Debug-Plugin · Plugin helping developers to debug dependency conflicts

<plugin>
    <groupId>de.mytoys.maven.plugins</groupId>
    <artifactId>debug-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.mytoys.maven.plugins : debug-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of de.mytoys.maven.plugins : debug-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
debug-maven-plugin-1.5

How to add a plugin to Maven

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

<plugin>
    <groupId>de.mytoys.maven.plugins</groupId>
    <artifactId>debug-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>