Skip to content

Commit

Permalink
Try workaround for Coverall issue with java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
BlacknDecker committed Feb 19, 2021
1 parent 05ed3da commit 405a005
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,17 @@
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>${coveralls.plugin.version}</version>
<!-- workaround for the java 11 issue -->
<configuration>
<failOnServiceError>false</failOnServiceError>
</configuration>
<dependencies>
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
Expand Down

0 comments on commit 405a005

Please sign in to comment.