diff options
author | stark, steven <steven.stark@att.com> | 2020-02-06 15:44:18 -0800 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2020-02-06 15:44:18 -0800 |
commit | 35515ab9d9b8b58ff601d81d28216ac547d59e2a (patch) | |
tree | bab40fe1e5af0531c7c5cea6e13947deaeffa03b | |
parent | db7d56a06598dd46b010d33660e6ede598b8fd73 (diff) |
[VVP] updating pom for migration to Sonarcloud
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
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |