mojohaus / cobertura-maven-plugin

Cobertura Maven Plugin
https://www.mojohaus.org/cobertura-maven-plugin/
25 stars 20 forks source link

cobertura-maven-plugin does not build with JDK 9-EA #30

Open simontunnat opened 7 years ago

simontunnat commented 7 years ago

When I try to build the plugin with the JDK 9 I the following error message:

[ERROR] Failed to execute goal on project cobertura-maven-plugin: Could not resolve dependencies for project org.codehaus.mojo:cobertura-maven-plugin:maven-plugin:2.8-SNAPSHOT: Could not find artifact com.sun:tools:jar:0 at specified path /usr/lib/jvm/java-9-jdk/../lib/tools.jar -> [Help 1]

simontunnat commented 7 years ago

Probably related to https://github.com/cobertura/cobertura/issues/271