mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
skip coveralls on java 9
org.codehaus.mojo:cobertura-maven-plugin:2.7 doesn't work with java 9 See also WW-4845
This commit is contained in:
@@ -167,6 +167,10 @@
|
||||
<activation>
|
||||
<jdk>[9,)</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
|
||||
<coveralls.skip>true</coveralls.skip>
|
||||
</properties>
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
@@ -200,15 +204,6 @@
|
||||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.3.0</version>
|
||||
<!-- TODO delete following dependency after fix of https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
|
||||
<!-- coverall version 4.3.0 does not work with java 9 without following dependency -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.3.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
Reference in New Issue
Block a user