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</groupId>
<artifactId>highwheel-maven</artifactId>
<version>1.7</version>
</plugin>
Choose a version of org.pitest : highwheel-maven to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.7 |
highwheel-maven-1.7
|
||
1.6 |
highwheel-maven-1.6
|
||
1.5 |
highwheel-maven-1.5
|
||
1.4 |
highwheel-maven-1.4
|
||
1.3 |
highwheel-maven-1.3
|
||
1.2 |
highwheel-maven-1.2
|
||
1.0 |
highwheel-maven-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.pitest</groupId>
<artifactId>highwheel-maven</artifactId>
<version>1.7</version>
</plugin>
Advertisement