You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to report code coverage to Coveralls.io add the
`coveralls-maven-plugin` [1] and fix the error occured on
execution
> [ERROR] Failed to execute goal org.eluder.coveralls:coveralls-maven-plugin:4.3.0:report (default-cli) on project org.everit.json.schema: Build error: Source encoding not set, use <sourceEncoding> configuration option or set project wide property <project.build.sourceEncoding> -> [Help 1]
simply by adding both both configuration properties
* `<project.build.sourceEncoding/>`
* `<project.reporting.outputEncoding/>`
[1] https://github.com/trautonen/coveralls-maven-plugin
0 commit comments