MVN

org.pitest.copy : pitest-maven

Maven & Gradle

Dec 06, 2020

pitest-maven · Pitest Maven Mojo.

<plugin>
    <groupId>org.pitest.copy</groupId>
    <artifactId>pitest-maven</artifactId>
    <version>0.42.16</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pitest.copy : pitest-maven to add to Maven - Latest Versions:

  • Latest Stable: 0.42.16

All Versions

Choose a version of org.pitest.copy : pitest-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
0.42.x
pitest-maven-0.42.16

How to add a plugin to Maven

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

<plugin>
    <groupId>org.pitest.copy</groupId>
    <artifactId>pitest-maven</artifactId>
    <version>0.42.16</version>
</plugin>

Advertisement