Skip to content

Commit

Permalink
jacoco excludes (non dbunit rules classes)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmpestano committed Aug 28, 2016
1 parent b7b5a27 commit c4f4cee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
<exclude>**/*AuthorRecord.*</exclude>
<exclude>**/*BookRecord.*</exclude>
<exclude>**/*Sequences.*</exclude>
<exclude>**/*Keys.*</exclude>
<exclude>**/*Flyway.*</exclude>
<exclude>**/*Keys*.*</exclude>
<exclude>**/*Flyway*.*</exclude>
<exclude>**/*DefaultCatalog.*</exclude>
<exclude>**/*Tables.*</exclude>
</excludes>
Expand Down

0 comments on commit c4f4cee

Please sign in to comment.