mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 02:35:11 +01:00
Don't fail if coveralls is down
This commit is contained in:
parent
d590e9ba71
commit
af85090aa5
3
pom.xml
3
pom.xml
@ -254,6 +254,9 @@
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<configuration>
|
||||
<failOnServiceError>false</failOnServiceError>
|
||||
</configuration>
|
||||
<!-- The secret token is provided by console! -->
|
||||
</plugin>
|
||||
<!-- Javadocs settings -->
|
||||
|
Loading…
Reference in New Issue
Block a user