浏览代码

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

Rob Winch 13 年之前
父节点
当前提交
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>