From 865fcb95bf2f86394cc39d44391efe6955f34165 Mon Sep 17 00:00:00 2001 From: catbref Date: Fri, 27 Nov 2020 14:26:01 +0000 Subject: [PATCH] In pom.xml, have Maven surefire plugin skip tests by default --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 9b358580..219e2464 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,7 @@ 1.3.7 jar + true 0.15.5 1.64 ${maven.build.timestamp} @@ -316,6 +317,9 @@ org.apache.maven.plugins maven-surefire-plugin 2.22.2 + + ${skipTests} +