diff options
-rw-r--r-- | fcaps/pom.xml | 2 | ||||
-rw-r--r-- | hpa/pom.xml | 2 | ||||
-rw-r--r-- | ocata/pom.xml | 2 | ||||
-rw-r--r-- | pike/pom.xml | 2 | ||||
-rw-r--r-- | starlingx/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/fcaps/pom.xml b/fcaps/pom.xml index 49900ed7..07b702de 100644 --- a/fcaps/pom.xml +++ b/fcaps/pom.xml @@ -34,7 +34,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <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.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> diff --git a/hpa/pom.xml b/hpa/pom.xml index 10b6488c..32687cc6 100644 --- a/hpa/pom.xml +++ b/hpa/pom.xml @@ -34,7 +34,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <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.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> diff --git a/ocata/pom.xml b/ocata/pom.xml index 8ecf4f4a..8bb67463 100644 --- a/ocata/pom.xml +++ b/ocata/pom.xml @@ -34,7 +34,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <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.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> diff --git a/pike/pom.xml b/pike/pom.xml index cc1a70af..05226ce6 100644 --- a/pike/pom.xml +++ b/pike/pom.xml @@ -34,7 +34,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <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.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> diff --git a/starlingx/pom.xml b/starlingx/pom.xml index f44649eb..5ee435d8 100644 --- a/starlingx/pom.xml +++ b/starlingx/pom.xml @@ -34,7 +34,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <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.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> |