diff options
author | Sébastien Determe <sd378r@intl.att.com> | 2017-09-28 16:06:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-28 16:06:31 +0000 |
commit | 6e8fb0640adb8a726676ac62833252b6b67a667f (patch) | |
tree | e2a3ffc5b162fa6e64db48236b635e49ab6548bc /pom.xml | |
parent | 0554d6ae253417f96f3ccdeb4e2b3759875f3bfe (diff) | |
parent | bb2a1d57c4e5a26576770895b97e754ac35a4b33 (diff) |
Merge "Fix the Checkstyle issues"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -795,6 +795,9 @@ <goal>verify</goal> </goals> <configuration> + <includes> + <include>**/*ItCase.java</include> + </includes> <forkCount>1</forkCount> <reuseForks>false</reuseForks> </configuration> |