I am having trouble getting the Cobertura plugin to run integration tests in Maven. The closest answer to this question I have found is http://jira.codehaus.org/browse/MCOBERTURA-86. However, the ...
I integrate sonar into hudson, but when I build a project using hudson, an error occured
log:
does anyone know how to avoid this error?
thanks in advance~
I can invoke mvn cobertura:cobertura to instrument, run unit tests (using surefire), and generate reports.
I can invoke mvn verify to run unit tests and integration tests (using the failsafe Maven plugin).
But ...