mirror of https://github.com/jwtk/jjwt.git
Update fork of coverall-maven-plugin fork
NOTE: This fork supports Clover for test coverage
This commit is contained in:
parent
a4130dd1ec
commit
1118726d04
27
pom.xml
27
pom.xml
|
@ -60,29 +60,6 @@
|
||||||
<url>https://travis-ci.org/jwtk/jjwt</url>
|
<url>https://travis-ci.org/jwtk/jjwt</url>
|
||||||
</ciManagement>
|
</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>
|
<properties>
|
||||||
|
|
||||||
<jjwt.root>${basedir}</jjwt.root>
|
<jjwt.root>${basedir}</jjwt.root>
|
||||||
|
@ -519,9 +496,9 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
|
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jwtk.coveralls</groupId>
|
<groupId>io.jsonwebtoken.coveralls</groupId>
|
||||||
<artifactId>coveralls-maven-plugin</artifactId>
|
<artifactId>coveralls-maven-plugin</artifactId>
|
||||||
<version>4.4.0</version>
|
<version>4.4.1</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
|
<!-- Temporarily host coveralls SNAPSHOT with clover support locally -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue