diff --git a/pom.xml b/pom.xml index 462af58f..a9db602f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,8 @@ songoda https://sonarcloud.io + target/surefire-reports/*.xml + target/site/jacoco/jacoco.xml @@ -71,6 +73,7 @@ + maven-surefire-plugin 2.22.2 @@ -80,6 +83,28 @@ maven-failsafe-plugin 3.0.0-M5 + + + org.jacoco + jacoco-maven-plugin + 0.8.8-SNAPSHOT + + + + default-prepare-agent + + prepare-agent + + + + + default-report + + report + + + + @@ -88,6 +113,11 @@ apache.snapshots https://repository.apache.org/snapshots/ + + + sonatype.snapshots + https://oss.sonatype.org/content/repositories/snapshots +