Sfoglia il codice sorgente

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

Rob Winch 13 anni fa
parent
commit
25e17c1568
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>