WrenSecurity / wrensec-parent

Parent POM for Maven based Wren Security projects.
http://wrensecurity.org
0 stars 7 forks source link

Replace Cobertura with JaCoCo #22

Closed pavelhoral closed 3 years ago

pavelhoral commented 3 years ago

Seems like Cobertura is not compatible with new JDKs - https://github.com/cobertura/cobertura/issues/271 / https://github.com/mojohaus/cobertura-maven-plugin/issues/30 . We should replace it with JaCoCo.

pavelhoral commented 3 years ago

Might need some tweaking, but the basic replacement is done.