diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-07 11:54:24 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-01-07 11:57:43 -0500 |
commit | e14c10bce3ef2459997189796cd5563d5a5f161a (patch) | |
tree | 2e359bfcb30813552aed807f6e5008a84e0ab5fc /springboot/springboot1 | |
parent | cc0c96a1d1f2cb8cc16b4a33be5396d7e72663f8 (diff) |
sonar-maven-plugin properties cleanup
Removing sonar.jacoco deprecated properties
Issue-ID: CCSDK-2019
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I696c643b3727b2fe79f8449c1ffeeb58001653e1
Diffstat (limited to 'springboot/springboot1')
-rwxr-xr-x | springboot/springboot1/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
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 @@ <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> - <!-- Default Sonar configuration --> - <sonar.jacoco.reportPaths>target/code-coverage/jacoco-ut.exec,target/code-coverage/jacoco-it.exec</sonar.jacoco.reportPaths> + <!-- Note: This list should match jacoco-maven-plugin's exclusion list below --> <sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions> @@ -83,7 +82,6 @@ <sonar.language>java</sonar.language> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> - <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> <!-- CCSDK component versions --> |