Update fork of coverall-maven-plugin fork

NOTE: This fork supports Clover for test coverage
This commit is contained in:
Brian Demers 2021-07-08 21:41:03 -04:00 committed by Brian Demers
parent a4130dd1ec
commit 1118726d04
1 changed files with 2 additions and 25 deletions

27
pom.xml
View File

@ -60,29 +60,6 @@
<url>https://travis-ci.org/jwtk/jjwt</url>
</ciManagement>
<!-- temporary fix until official release of coverall-maven-plugin with clover support -->
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-jwtk-coveralls-maven-plugin</id>
<name>bintray</name>
<url>https://dl.bintray.com/jwtk/coveralls-maven-plugin</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-jwtk-coveralls-maven-plugin</id>
<name>bintray-plugins</name>
<url>https://dl.bintray.com/jwtk/coveralls-maven-plugin</url>
</pluginRepository>
</pluginRepositories>
<!-- temporary fix until official release of coverall-maven-plugin with clover support -->
<properties>
<jjwt.root>${basedir}</jjwt.root>
@ -519,9 +496,9 @@
</plugin>
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
<plugin>
<groupId>org.jwtk.coveralls</groupId>
<groupId>io.jsonwebtoken.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.4.0</version>
<version>4.4.1</version>
</plugin>
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->