From 08ce3c44531468773027a624eb9d6c41a2039038 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 8 Nov 2019 13:44:40 -0500 Subject: [PATCH] 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 --- pom.xml | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 53 insertions(+), 5 deletions(-) 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 -- 2.16.6