From d3d19e224895df802653aff56cf48e4cd59ce4a4 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Fri, 2 Aug 2019 17:57:09 +0900 Subject: [PATCH] Prevent newer surefire from invoking FetchHTTPTests directly It seems older versions only matched *Test.java but the new version is now incorrectly including it. --- modules/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/pom.xml b/modules/pom.xml index 6ea632ad..0115535c 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -80,6 +80,9 @@ **/TestAll.java + + **/*Tests.java