MVN

com.simpligility.org.apache.maven.plugin-testing : maven-plugin-testing

Maven & Gradle

Oct 23, 2013
1 stars

Maven Plugin Testing · The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.

<dependency>
    <groupId>com.simpligility.org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.simpligility.org.apache.maven.plugin-testing : maven-plugin-testing to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of com.simpligility.org.apache.maven.plugin-testing : maven-plugin-testing to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
maven-plugin-testing-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.simpligility.org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing</artifactId>
    <version>3.0.0</version>
</dependency>