MVN

net.sf.madp : maven-assertdepend-plugin

Maven & Gradle

Jun 18, 2008

AssertDepend Maven Plugin · The AssertDepend plugin checks at build time against lifecycle states defined in metadata on remote repositories.

<plugin>
    <groupId>net.sf.madp</groupId>
    <artifactId>maven-assertdepend-plugin</artifactId>
    <version>1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.madp : maven-assertdepend-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of net.sf.madp : maven-assertdepend-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
maven-assertdepend-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.sf.madp</groupId>
    <artifactId>maven-assertdepend-plugin</artifactId>
    <version>1.0</version>
</plugin>