How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>za.co.absa.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
</plugin>
Choose a version of za.co.absa.jacoco : jacoco-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
jacoco-maven-plugin-0.8.11
|
||
jacoco-maven-plugin-0.8.10
|
|||
jacoco-maven-plugin-0.8.9
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>za.co.absa.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
</plugin>
Advertisement