MVN

org.entinae : coverallsio-maven-plugin

Maven & Gradle

Jun 13, 2023
0 stars

Coveralls.io Maven Plugin · The Coveralls.io Maven Plugin supports aggregate execution during a non-aggregate build.

<plugin>
    <groupId>org.entinae</groupId>
    <artifactId>coverallsio-maven-plugin</artifactId>
    <version>4.3.0-2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.entinae : coverallsio-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.3.0-2

All Versions

Choose a version of org.entinae : coverallsio-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.3.x
coverallsio-maven-plugin-4.3.0-2

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.entinae</groupId>
    <artifactId>coverallsio-maven-plugin</artifactId>
    <version>4.3.0-2</version>
</plugin>