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 f76447d commit b7b5a27
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,17 @@
<exclude>**/*Contact*</exclude>
<exclude>**/*Company*</exclude>
<exclude>**/*AbstractEntity*</exclude>
<exclude>**/*CdiConfig*</exclude>
<exclude>**/*CompanyRepository*</exclude>
<exclude>**/*Author.*</exclude>
<exclude>**/*Book.*</exclude>
<exclude>**/*AuthorRecord.*</exclude>
<exclude>**/*BookRecord.*</exclude>
<exclude>**/*Sequences.*</exclude>
<exclude>**/*Keys.*</exclude>
<exclude>**/*Flyway.*</exclude>
<exclude>**/*DefaultCatalog.*</exclude>
<exclude>**/*Tables.*</exclude>
</excludes>
</configuration>

Expand Down

0 comments on commit b7b5a27

Please sign in to comment.