From: Ofir Sonsino Date: Mon, 25 Sep 2017 08:32:11 +0000 (+0300) Subject: Fix SONAR Jacoco plugin - add report X-Git-Tag: v1.1.0~26 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=52e8f2cc637335b76b794adb85056f01674497ac;p=sandbox-vid.git Fix SONAR Jacoco plugin - add report Issue-ID: VID-60 Change-Id: I6fd155d35de30f25b727169fdc1c29f04248e2b4 Signed-off-by: Ofir Sonsino --- diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 0fb1e2b4..1dc9341d 100755 --- a/epsdk-app-onap/pom.xml +++ b/epsdk-app-onap/pom.xml @@ -240,6 +240,20 @@ ${project.build.directory}/coverage-reports/jacoco.exec + + + post-unit-test + test + + report + + + + ${sonar.jacoco.reportPath} + + ${project.build.directory}/jacoco_report + +