Change sonar property for new sonar maven plugin 70/2270/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Mon, 20 Jan 2020 16:02:11 +0000 (11:02 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 20 Jan 2020 16:03:38 +0000 (11:03 -0500)
LF environment now uses sonar-maven-plugin version 3.7.0.1746
Old property: sonar.python.coverage.reportPath
New property: sonar.python.coverage.reportPaths

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I017abb9e7d753d29ffe9853dc61ae9f625404666

pom.xml

diff --git a/pom.xml b/pom.xml
index c6a28f0..d791c00 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ platform project (RICP).
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>ricsdl-package</sonar.sources>
     <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
-    <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+    <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
     <sonar.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath>
     <sonar.language>py</sonar.language>
     <sonar.pluginname>python</sonar.pluginname>