diff --git a/oysteikt-calc/pom.xml b/oysteikt-calc/pom.xml index fbfa3bb..25a8a83 100644 --- a/oysteikt-calc/pom.xml +++ b/oysteikt-calc/pom.xml @@ -77,6 +77,7 @@ + org.apache.maven.plugins maven-compiler-plugin @@ -85,6 +86,7 @@ 16 + org.apache.maven.plugins maven-surefire-plugin @@ -101,6 +103,29 @@ oysteikt.calc.CalcApp + + + + org.jacoco + jacoco-maven-plugin + 0.8.6 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + +