Maven Cobertura plugin Goals cobertura Generate HTML test coverage reports with Cobertura cobertura:report Generate HTML and XML test coverage reports with Cobertura and a list of tests that don't meet the minimum test coverage requirements (if the flag maven.cobertura.check.report is true) cobertura:on perform the coverage analysis cobertura:off restore values after the coverage analysis maven-cobertura-plugin:deregister Deregister the cobertura plugin maven-cobertura-plugin:register Register the maven-cobertura-plugin. maven-cobertura-plugin:report Run the default report (cobertura:report). cobertura:check Fail the build if any class doesn't meet the minimum code coverage requirements. cobertura:check-report-text Create a text report with classes not meeting the test coverage requirements. cobertura:check-report Create a xdoc report with classes not meeting the test coverage requirements.