From 8c695cbea61dbca356550586effc16347a831cb2 Mon Sep 17 00:00:00 2001 From: "Matteo Franci a.k.a. Fugerit" Date: Thu, 17 Oct 2024 19:41:13 +0200 Subject: [PATCH] Add jacoco quarkus quarkus ext add io.quarkus:quarkus-jacoco --- pom.xml | 49 +++++++++++++------------------------------------ 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/pom.xml b/pom.xml index 2161c32..3d95e4e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,18 +6,18 @@ fj-doc-quarkus-tutorial 1.0.0-SNAPSHOT + 3.13.0 + 0.4.2 + 8.9.3 + 2.0.21 21 - 3.3.1 - 3.15.1 - true UTF-8 - quarkus-bom - 3.13.0 UTF-8 - 8.9.3 - 0.4.2 + quarkus-bom io.quarkus.platform - 2.0.21 + 3.15.1 + true + 3.3.1 @@ -58,6 +58,10 @@ io.quarkus quarkus-arc + + io.quarkus + quarkus-jacoco + io.quarkus quarkus-junit5 @@ -254,15 +258,12 @@ true - sonarfugerit - + ${project.artifactId} https://sonarcloud.io fugerit-org - ${project.artifactId} - @@ -270,35 +271,11 @@ - org.apache.maven.plugins maven-surefire-plugin false - - org.jacoco - jacoco-maven-plugin - - - prepare-agent - - prepare-agent - - - - report - - report - - - - XML - - - - -