From 68df9537d8c806dc3ecb777bb9912bf18f2ecc6e Mon Sep 17 00:00:00 2001 From: tomaytotomato <971697+tomaytotomato@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:46:50 +0100 Subject: [PATCH] Adding Sonar Maven plugin --- pom.xml | 41 ++++++----------------------------------- 1 file changed, 6 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index 5664096..802d029 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,7 @@ 0.8.12 tomaytotomato https://sonarcloud.io + 4.0.0.4121 @@ -79,43 +80,13 @@ jacoco-maven-plugin ${jacoco-maven-plugin.version} - + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + - - - coverage - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - prepare-agent - - prepare-agent - - - - report - - report - - - - XML - - - - - - - - - -