pom.xml:jacoco: exclude integration tests

Integration test class names should end with 'IT'.

Signed-off-by: Paul Campbell <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2016-02-17 14:03:49 +00:00
parent 5e29aee16f
commit 40c9556ec7

View file

@ -278,6 +278,7 @@
<element>CLASS</element>
<excludes>
<exclude>*Test</exclude>
<exclude>*IT</exclude>
</excludes>
<limits>
<limit>