trautonen / coveralls-maven-plugin

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

On travis, v4.3.0 fails to upload logs while v2.1.0 works #127

Open mkroetzsch opened 6 years ago

mkroetzsch commented 6 years ago

Using the coveralls-maven-plugin v4.3.0 with openjdk8 on Java and cobertura, we received the following error on travis (see https://travis-ci.org/mkroetzsch/vlog4j/builds/367117093):

Could not find goal 'cobertura' in plugin org.eluder.coveralls:coveralls-maven-plugin:4.3.0 among available goals report

Switching the coveralls version back to 2.1.0, it worked and correctly generated reports (see https://travis-ci.org/mkroetzsch/vlog4j/builds/367137182).