The JaCoCo Maven Plugin provides the JaCoCo runtime agent to your tests and allows basic report creation.
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.14</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a JaCoCo coverage builder for analysis.
No known issues recorded.
No dependency data recorded yet.