pom.xml: exclude 'Immutable' classes from jacoco coverage limits

This commit is contained in:
Paul Campbell 2017-02-26 20:00:20 +00:00
parent 3bf5cf777d
commit 458b79212b

View file

@ -330,6 +330,7 @@
<exclude>*Main</exclude> <exclude>*Main</exclude>
<exclude>*Application</exclude> <exclude>*Application</exclude>
<exclude>*Configuration</exclude> <exclude>*Configuration</exclude>
<exclude>*Immutable*</exclude>
</excludes> </excludes>
<limits> <limits>
<limit> <limit>