From 90ed8b23b04ce43f1d709fb7ab132abc15f71cc9 Mon Sep 17 00:00:00 2001 From: Ben van Hartingsveldt Date: Fri, 20 Sep 2024 16:29:35 +0200 Subject: [PATCH] Add Surefire plugin --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 821d05f..a5f9b4c 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ org.apache.maven.plugins maven-source-plugin - 2.2.1 + 3.3.1 attach-sources @@ -55,6 +55,14 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.3.1 + + false + + org.jacoco jacoco-maven-plugin