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.openclover</groupId>
<artifactId>clover-maven-plugin</artifactId>
<version>4.4.1</version>
</plugin>
Choose a version of org.openclover : clover-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.4.x |
clover-maven-plugin-4.4.1
|
||
clover-maven-plugin-4.4.0
|
|||
4.3.x |
clover-maven-plugin-4.3.1
|
||
clover-maven-plugin-4.3.0
|
|||
4.2.x |
clover-maven-plugin-4.2.1
|
||
clover-maven-plugin-4.2.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.openclover</groupId>
<artifactId>clover-maven-plugin</artifactId>
<version>4.4.1</version>
</plugin>
Advertisement