trautonen / coveralls-maven-plugin

Maven plugin for submitting Java code coverage reports to Coveralls web service.
MIT License
312 stars 123 forks source link

coveralls-maven-plugin fails on Java 11 - required class missing: DatatypeConverter #141

Open epomatti opened 4 years ago

epomatti commented 4 years ago

Since issue #112 is closed I'll open another one here for this problem.

[ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on project solid: Execution default-cli of goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report failed: A required class was missing while executing org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report: javax/xml/bind/DatatypeConverter

Adding jaxb-api dependency is a workaround.