Last active
April 27, 2019 22:52
-
-
Save jonbodner/ab1345a698bdd87b63a5b767138a5a3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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