From 9720c6840b26cda33f2009036291c5c4167f7289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Str=C3=B8m?= Date: Tue, 17 Oct 2023 15:10:44 +0200 Subject: [PATCH] Fjerner jacoco som ikke er i bruk --- pom.xml | 36 ------------------------------------ 1 file changed, 36 deletions(-) diff --git a/pom.xml b/pom.xml index 3451fb28b..00db8d790 100644 --- a/pom.xml +++ b/pom.xml @@ -271,37 +271,6 @@ - - - coverage - - true - - - - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - report - - report - - - - - - - - - ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin @@ -314,11 +283,6 @@ sonar-maven-plugin 3.10.0.2594 - - org.jacoco - jacoco-maven-plugin - 0.8.11 -