aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2017-09-28 16:06:31 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-28 16:06:31 +0000
commit6e8fb0640adb8a726676ac62833252b6b67a667f (patch)
treee2a3ffc5b162fa6e64db48236b635e49ab6548bc /pom.xml
parent0554d6ae253417f96f3ccdeb4e2b3759875f3bfe (diff)
parentbb2a1d57c4e5a26576770895b97e754ac35a4b33 (diff)
Merge "Fix the Checkstyle issues"
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 fb86ae82b..c4c1a81a2 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>