exclude library class from jacoco code coverage
This commit is contained in:
parent
7be98fa829
commit
85f432fb54
1
pom.xml
1
pom.xml
@ -307,6 +307,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>domainapp/dom/modules/simple/QSimpleObject.class</exclude>
|
<exclude>domainapp/dom/modules/simple/QSimpleObject.class</exclude>
|
||||||
|
<exclude>**com.steadystate*</exclude>
|
||||||
</excludes>
|
</excludes>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user