diff --git a/backend/pom.xml b/backend/pom.xml index 5247c41..3c8d4c8 100644 --- a/backend/pom.xml +++ b/backend/pom.xml @@ -23,6 +23,7 @@ 3.21.7 5.0.0 0.4.0 + 0.8.8 3.1.0 @@ -259,14 +260,20 @@ org.jacoco jacoco-maven-plugin - 0.8.8 + ${jacoco-maven-plugin.version} - report + jacoco-initialize - report-aggregate + prepare-agent + + + + jacoco-site + package + + report - verify diff --git a/pom.xml b/pom.xml index d8f8f43..bd29ecd 100644 --- a/pom.xml +++ b/pom.xml @@ -30,13 +30,8 @@ - grimsi-github https://sonarcloud.io - - - grimsi-github - https://sonarcloud.io diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 94f3f62..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,5 +0,0 @@ -# Point SONAR to the compiled Java classes -sonar.java.binaries=./backend/target - -# Point SONAR to the JaCoCo report -sonar.coverage.jacoco.xmlReportPaths=./backend/target/site/jacoco-aggregate/jacoco.xml