Change sonar property to reflect new sonar maven plugin 69/2269/2
authorTommy Carpenter <tc677g@att.com>
Mon, 20 Jan 2020 15:15:36 +0000 (10:15 -0500)
committerTommy Carpenter <tc677g@att.com>
Mon, 20 Jan 2020 15:59:44 +0000 (10:59 -0500)
Change-Id: I3e73d2b858d89db71c026dd288b1c8e029e5a081
Signed-off-by: Tommy Carpenter <tc677g@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 9d91265..35e7913 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.sources>.</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>