From: Ofir Sonsino Date: Sun, 16 Feb 2020 16:57:06 +0000 (+0200) Subject: Move Jacoco to xml X-Git-Tag: 1.6.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F101797%2F1;p=sdc%2Fsdc-workflow-designer.git Move Jacoco to xml Change-Id: I19ba1e4b76523e6ee9912fedc42dc14eb5370c40 Issue-ID: SDC-2740 Signed-off-by: Ofir Sonsino --- diff --git a/pom.xml b/pom.xml index d799f83b..645efbb2 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,6 @@ 2.17 - true 1.8 1.8 UTF-8 @@ -46,6 +45,11 @@ nexus3.onap.org:10001 https://nexus.onap.org /content/sites/site/org/onap/sdc/workflow/${project.version} + + + + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + @@ -140,8 +144,7 @@ report - target/jacoco.exec - target/jacoco-ut + ${sonar.jacoco.reportPath}