diff --git a/pom.xml b/pom.xml index 7cff30c..720a3c3 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,10 @@ doSonarAPI 6.7 + 0.8.6 + jacoco + ${project.basedir}/target/site/jacoco/jacoco.xml + https://sonarcloud.io apiaddicts apiaddicts_sonar_openapi @@ -119,6 +123,27 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.maven.plugin.version} + + + agent + + prepare-agent + + + + report + verify + + report + + + + + org.apache.maven.plugins maven-javadoc-plugin