From df5028189e069a89e1f22b4cc2b923452eeb5831 Mon Sep 17 00:00:00 2001 From: Tatu Saloranta Date: Fri, 7 Jun 2024 20:47:29 -0700 Subject: [PATCH] Remove unnecessary surefire configuration, to get code coverage to work --- pom.xml | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/pom.xml b/pom.xml index 6b62ebc..c15fe22 100644 --- a/pom.xml +++ b/pom.xml @@ -89,37 +89,6 @@ org.xml.sax, org.xml.sax.ext, org.xml.sax.helpers - - org.apache.maven.plugins - maven-surefire-plugin - - - **/Test*.java - **/*Test.java - - - **/Base* - **/*$* - failing/*.java - - ${surefire.format} - ${surefire.usefile} - ${surefire.fork.mode} - false - ${surefire.fork.vmargs} - - - java.awt.headless - ${java.awt.headless} - - - surefire.fork.vmargs - ${surefire.fork.vmargs} - - - - -