2
0
Эх сурвалжийг харах

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

Rob Winch 13 жил өмнө
parent
commit
25e17c1568
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      pom.xml

+ 1 - 0
pom.xml

@@ -315,6 +315,7 @@
                 <configuration>
                     <includes>
                         <include>**/*Tests.class</include>
+                        <include>**/*Test.class</include>
                     </includes>
                     <excludes>
                         <exclude>**/Abstract*</exclude>