diff --git a/pom.xml b/pom.xml index 592fe12..8f410e3 100644 --- a/pom.xml +++ b/pom.xml @@ -16,14 +16,11 @@ true 3.5.0 - Jobfindr Jobfindr https://sonarqube.melvanveen.nl - true - - target/jacoco-report/jacoco.xml + target/site/jacoco/jacoco.xml **/domain/**, **/config/**, **/*Exception.java, **/entity/**, **/test/java/** @@ -81,7 +78,6 @@ quarkus-hibernate-orm-panache - org.jsoup jsoup 1.18.3 @@ -92,7 +88,7 @@ io.quarkus - quarkus-junit + quarkus-junit5 test @@ -102,12 +98,7 @@ io.quarkus - quarkus-jacoco - test - - - io.quarkus - quarkus-junit-mockito + quarkus-junit5-mockito test @@ -166,6 +157,26 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.14 + + + prepare-agent + + prepare-agent + + + + report + test + + report + + + + @@ -183,4 +194,4 @@ - + \ No newline at end of file