From a8a027ed8873728c5280a7da33874005fb7756fa Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Thu, 27 Oct 2022 23:39:42 +0200 Subject: [PATCH] #62 added the jacoco plugin --- quartz-manager-parent/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/quartz-manager-parent/pom.xml b/quartz-manager-parent/pom.xml index 6cdf70f..78b0f4a 100644 --- a/quartz-manager-parent/pom.xml +++ b/quartz-manager-parent/pom.xml @@ -107,6 +107,25 @@ + + org.jacoco + jacoco-maven-plugin + 0.8.8 + + + + prepare-agent + + + + generate-code-coverage-report + test + + report + + + + org.apache.maven.plugins maven-compiler-plugin