BAEL-6506: Added IntTest to pmd and poms (#4525)

This commit is contained in:
Sanjay Patel
2018-06-22 16:39:57 +05:30
committed by Grzegorz Piwowarek
parent 1848c25f49
commit f7953fd65d
44 changed files with 360 additions and 338 deletions

View File

@@ -127,6 +127,7 @@
<configuration>
<excludes>
<exclude>**/*IntegrationTest.java</exclude>
<exclude>**/*IntTest.java</exclude>
</excludes>
<includes>
<include>**/*LiveTest.java</include>