[VVP] updating pom for migration to Sonarcloud 56/101356/1
authorstark, steven <steven.stark@att.com>
Thu, 6 Feb 2020 23:44:18 +0000 (15:44 -0800)
committerstark, steven <steven.stark@att.com>
Thu, 6 Feb 2020 23:44:18 +0000 (15:44 -0800)
sonarcloud ver has removed reportPath property,
changing to use reportPaths

Issue-ID: VVP-368
Signed-off-by: stark, steven <steven.stark@att.com>
Change-Id: Icb52c1a5d476fba57a7b6e8778641164c5345ba7

pom.xml

diff --git a/pom.xml b/pom.xml
index 600e40d..8ddaef7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
         <!--sonar-->
         <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
         <sonar.sources>.</sonar.sources>
-        <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
         <sonar.language>py</sonar.language>
         <sonar.pluginName>python</sonar.pluginName>
         <sonar.inclusions>ice_validator/**.py</sonar.inclusions>