Quellcode durchsuchen

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

Rob Winch vor 13 Jahren
Ursprung
Commit
25e17c1568
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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>