From e14c10bce3ef2459997189796cd5563d5a5f161a Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 7 Jan 2020 11:54:24 -0500 Subject: sonar-maven-plugin properties cleanup Removing sonar.jacoco deprecated properties Issue-ID: CCSDK-2019 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I696c643b3727b2fe79f8449c1ffeeb58001653e1 --- springboot/springboot1/pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'springboot/springboot1/pom.xml') diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index b5da5bfa..a0134d9b 100755 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -49,8 +49,7 @@ 0.7.7.201606060606 3.2 jacoco - - target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** @@ -83,7 +82,6 @@ java jacoco ${project.build.directory}/surefire-reports - true ${project.version} -- cgit 1.2.3-korg