Skip to content

Commit

Permalink
update excludes rule in instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Jan 3, 2016
1 parent ebcf856 commit 7efbc81
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,10 @@
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<instrumentation>
<!--<ignoreMethodAnnotations>-->
<!--<ignoreMethodAnnotation>lib.interfaci.CoverageIgnore</ignoreMethodAnnotation>-->
<!--</ignoreMethodAnnotations>-->
<excludes>
<exclude>src/main/java/TodoResource.class</exclude>
<exclude>src/main/java/JsonTransformer.class</exclude>
<exclude>src/main/java/Main.class</exclude>
<exclude>**/TodoResource.class</exclude>
<exclude>**/JsonTransformer.class</exclude>
<exclude>**/Main.class</exclude>
</excludes>
</instrumentation>
</configuration>
Expand Down

0 comments on commit 7efbc81

Please sign in to comment.