aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fb86ae82..c4c1a81a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -795,6 +795,9 @@
<goal>verify</goal>
</goals>
<configuration>
+ <includes>
+ <include>**/*ItCase.java</include>
+ </includes>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
</configuration>