MVN

org.codefilarete : jacoco-aggregate-submodule

Maven & Gradle

Feb 25, 2024
0 stars

jacoco-aggregate-submodule · Jacoco Maven plugin to fill the gap of the official one that doesn't ease submodules code coverage

<plugin>
    <groupId>org.codefilarete</groupId>
    <artifactId>jacoco-aggregate-submodule</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codefilarete : jacoco-aggregate-submodule to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.codefilarete : jacoco-aggregate-submodule to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
jacoco-aggregate-submodule-1.0.0

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.codefilarete</groupId>
    <artifactId>jacoco-aggregate-submodule</artifactId>
    <version>1.0.0</version>
</plugin>