aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-28 17:52:30 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2017-09-28 17:53:27 +0200
commitbb2a1d57c4e5a26576770895b97e754ac35a4b33 (patch)
tree3f361cbcd66009cf562307eb3bc1e455d6f5f20a /pom.xml
parent41aeed89c91701a71327f4cbe78189a06fcc3d21 (diff)
Fix the Checkstyle issues
Fix all checkstyle issues in all unit tests + rename all IT and remove useless tests Change-Id: I8d1244c26d4d2ca490ba8ffcf2236f484c783394 Issue-ID: CLAMP-54 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
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>