MVN

com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness

Maven & Gradle

Apr 07, 2021
2 stars

Maven Plugin Testing Harness · Mechanisms to manage tests on Mojo

<dependency>
    <groupId>com.github.codeteapot.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing-harness</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.github.codeteapot.maven.plugin-testing : maven-plugin-testing-harness to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-plugin-testing-harness-1.1.1
maven-plugin-testing-harness-1.1.0
1.0.x
maven-plugin-testing-harness-1.0.0
0.1.x
maven-plugin-testing-harness-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.codeteapot.maven.plugin-testing</groupId>
    <artifactId>maven-plugin-testing-harness</artifactId>
    <version>1.1.1</version>
</dependency>