MVN

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

Maven & Gradle

Feb 15, 2023
16 stars

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

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

Latest Version

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

  • Latest Stable: 3.3.0
  • Latest Alpha: 4.0.0-alpha-1

All Versions

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

Version Vulnerabilities Updated
4.0.x
maven-plugin-testing-4.0.0-alpha-1
3.3.x
maven-plugin-testing-3.3.0
3.2.x
maven-plugin-testing-3.2.0
3.1.x
maven-plugin-testing-3.1.0
3.0.x
maven-plugin-testing-3.0.0
2.1
maven-plugin-testing-2.1
2.0
maven-plugin-testing-2.0
maven-plugin-testing-2.0-alpha-1
1.3
maven-plugin-testing-1.3
1.2
maven-plugin-testing-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing</artifactId>
    <version>3.3.0</version>
</dependency>