MVN

za.co.absa.jacoco : jacoco-maven-plugin

Maven & Gradle

Jun 08, 2023

JaCoCo :: Maven Plugin · The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.

<plugin>
    <groupId>za.co.absa.jacoco</groupId>
    <artifactId>jacoco-maven-plugin</artifactId>
    <version>0.8.11</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of za.co.absa.jacoco : jacoco-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8.11

All Versions

Choose a version of za.co.absa.jacoco : jacoco-maven-plugin to add to Maven - All 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

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>