Skip to content

Instantly share code, notes, and snippets.

@jonbodner
Last active April 27, 2019 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jonbodner/ab1345a698bdd87b63a5b767138a5a3c to your computer and use it in GitHub Desktop.
Save jonbodner/ab1345a698bdd87b63a5b767138a5a3c to your computer and use it in GitHub Desktop.
<reporting>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<reportSets>
<reportSet>
<reports>
<!-- select non-aggregate reports -->
<report>report</report>
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</reporting>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment