summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-01-07 11:54:24 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-01-07 11:57:43 -0500
commite14c10bce3ef2459997189796cd5563d5a5f161a (patch)
tree2e359bfcb30813552aed807f6e5008a84e0ab5fc /standalone
parentcc0c96a1d1f2cb8cc16b4a33be5396d7e72663f8 (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 'standalone')
-rwxr-xr-xstandalone/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 033fab18..a211cb9f 100755
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -48,7 +48,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>
<mariadb.connector.version>2.1.1</mariadb.connector.version>