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>
Choose a version of org.pitest.copy : pitest-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.42.x |
pitest-maven-0.42.16
|
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