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.scoverage</groupId>
<artifactId>maven-scoverage-plugin</artifactId>
<version>0.99.10</version>
</plugin>
Choose a version of org.scoverage : maven-scoverage-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.99.x |
maven-scoverage-plugin-0.99.10
|
||
maven-scoverage-plugin-0.99.2
|
|||
0.98.x |
maven-scoverage-plugin-0.98.4
|
||
maven-scoverage-plugin-0.98.2
|
|||
maven-scoverage-plugin-0.98.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.scoverage</groupId>
<artifactId>maven-scoverage-plugin</artifactId>
<version>0.99.10</version>
</plugin>
Advertisement