Skip to content

Instantly share code, notes, and snippets.

@netstart
Last active August 29, 2015 14:20
Show Gist options
  • Save netstart/713cfa0c32a380a2d7be to your computer and use it in GitHub Desktop.
Save netstart/713cfa0c32a380a2d7be to your computer and use it in GitHub Desktop.
Run jacoco without modify pom.xml to sonnar get coverage and generate html using cobertura
mvn -U clean org.jacoco:jacoco-maven-plugin:prepare-agent deploy org.codehaus.mojo:cobertura-maven-plugin:cobertura -Dcobertura.report.format=html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment