1
0
mirror of synced 2026-07-20 01:55:08 +00:00

SEC-1881: Configure surefire to include **/*Test.class to avoid accidentally not running new tests that end in Test

This commit is contained in:
Rob Winch
2011-12-30 12:53:33 -06:00
parent 9847366d5e
commit 25e17c1568
+1
View File
@@ -315,6 +315,7 @@
<configuration>
<includes>
<include>**/*Tests.class</include>
<include>**/*Test.class</include>
</includes>
<excludes>
<exclude>**/Abstract*</exclude>