diff --git a/pom.xml b/pom.xml index 4af43f3..2074522 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,9 @@ 6.0.3 solubris + ${project.build.directory}/checkstyle-result.xml + ${project.build.directory}/pmd.xml + ${project.build.directory}/spotbugsXml.xml @@ -145,6 +148,26 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.12 + + + prepare-agent + + prepare-agent + + + + report + prepare-package + + report + + + + org.apache.maven.plugins maven-source-plugin