Fix the Checkstyle issues
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index fb86ae8..c4c1a81 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               <goal>verify</goal>
             </goals>
             <configuration>
+            <includes>
+              <include>**/*ItCase.java</include>
+            </includes>
               <forkCount>1</forkCount>
               <reuseForks>false</reuseForks>
             </configuration>