From 75cdbb476df24408d8a8cff0c5d76f59c7238c01 Mon Sep 17 00:00:00 2001 From: ayalaben Date: Thu, 27 Sep 2018 14:27:45 +0300 Subject: Configure jacoco plugin Change-Id: I15b3a1f96855115c84a72bec4029e668c7c58501 Issue-ID: SDC-1801 Signed-off-by: ayalaben --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/pom.xml b/pom.xml index 498f2267..e4131bbe 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,7 @@ pom + true 1.8 1.8 UTF-8 @@ -56,6 +57,16 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.0 + + + org.jacoco + jacoco-maven-plugin + 0.8.2 + io.fabric8 docker-maven-plugin @@ -90,6 +101,37 @@ + + org.jacoco + jacoco-maven-plugin + + + default-prepare-agent + + prepare-agent + + + + report + prepare-package + + report + + + + post-unit-test + test + + report + + + target/jacoco.exec + target/jacoco-ut + + + + + org.sonatype.plugins nexus-staging-maven-plugin -- cgit 1.2.3-korg