From ed38fd358380c823f87280485b3a3df86086c2cb Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 6 Sep 2021 00:54:55 +0200 Subject: [PATCH] Add jacoco plugin --- oysteikt-calc/pom.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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 + + + + +