From: Taka Cho Date: Fri, 8 Nov 2019 18:44:40 +0000 (-0500) Subject: add jacoco plugin for sonar cloud X-Git-Tag: 1.7.0~22 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=08ce3c44531468773027a624eb9d6c41a2039038;p=appc.git add jacoco plugin for sonar cloud in IT-7899, Jess recommends add plugin for sonar cloud Issue-ID: APPC-1791 Change-Id: Ia4b73a7e41ac4c1b2c1638e45ab806c054667d42 Signed-off-by: Taka Cho --- diff --git a/pom.xml b/pom.xml index 35d8ff6e2..a25566b1c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,18 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + @@ -527,14 +539,50 @@ limitations under the License. build-helper-maven-plugin 1.9.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.apache.maven.plugins