MVN

de.ck35.maven.plugins : jacoco-report-changes

Maven & Gradle

Feb 21, 2016
2 stars

JaCoCo report changes Maven plugin · This is an Apache Maven Plugin which allows the generation of coverage reports for your changed classes.

<plugin>
    <groupId>de.ck35.maven.plugins</groupId>
    <artifactId>jacoco-report-changes</artifactId>
    <version>0.7.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.ck35.maven.plugins : jacoco-report-changes to add to Maven - Latest Versions:

  • Latest Stable: 0.7.5

All Versions

Choose a version of de.ck35.maven.plugins : jacoco-report-changes to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
jacoco-report-changes-0.7.5
jacoco-report-changes-0.7.4.2
jacoco-report-changes-0.7.4.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>de.ck35.maven.plugins</groupId>
    <artifactId>jacoco-report-changes</artifactId>
    <version>0.7.5</version>
</plugin>

Advertisement