From: ayalaben Date: Thu, 27 Sep 2018 11:27:45 +0000 (+0300) Subject: Configure jacoco plugin X-Git-Tag: 1.3.0~12^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=75cdbb476df24408d8a8cff0c5d76f59c7238c01;p=sdc%2Fsdc-workflow-designer.git Configure jacoco plugin Change-Id: I15b3a1f96855115c84a72bec4029e668c7c58501 Issue-ID: SDC-1801 Signed-off-by: ayalaben --- 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