MVN

io.jsonwebtoken.coveralls : coveralls-maven-plugin

Maven & Gradle

Jul 09, 2021
0 stars

coveralls-maven-plugin · Maven plugin for submitting Java code coverage reports to Coveralls web service.

<plugin>
    <groupId>io.jsonwebtoken.coveralls</groupId>
    <artifactId>coveralls-maven-plugin</artifactId>
    <version>4.4.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.jsonwebtoken.coveralls : coveralls-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.4.1

All Versions

Choose a version of io.jsonwebtoken.coveralls : coveralls-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.4.x
coveralls-maven-plugin-4.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>io.jsonwebtoken.coveralls</groupId>
    <artifactId>coveralls-maven-plugin</artifactId>
    <version>4.4.1</version>
</plugin>