From 25e17c1568997d86549680e381c8711f8715b290 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 30 Dec 2011 12:53:33 -0600 Subject: [PATCH] SEC-1881: Configure surefire to include **/*Test.class to avoid accidentally not running new tests that end in Test --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 90162eca77..e6920d9623 100644 --- a/pom.xml +++ b/pom.xml @@ -315,6 +315,7 @@ **/*Tests.class + **/*Test.class **/Abstract*