mojohaus / cobertura-maven-plugin

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

Update cobertura-maven plugin to Java 11 #43

Open bkahlerventer opened 6 years ago

bkahlerventer commented 6 years ago

porting code from Java 8 to Java 11 requires removal of cobertura-maven-plugin as the plugin is no longer functional and this plugin appears abandoned

lavanya2290 commented 5 years ago

pls update this issue

andham commented 4 years ago

I don't think it's possible to make this mojo Java 11 compatible currently, as Cobertura itself doesn't seem to be Java 11 compatible: https://github.com/cobertura/cobertura/issues/381

BigBadE commented 4 years ago

Fixed if my PR is accepted #407 for Cobertura. The maven plugin will take updating also, and there has to be a release.

jrichardsz commented 3 years ago

Any update on this? How can we help? Thanks