diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-03-03 21:38:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-03 21:38:55 +0000 |
commit | afae73ea4d0071e150d85350dc6dc4b6dec6f381 (patch) | |
tree | 04eb8d29d63d9674711b569cc62dc4c3581ee7c0 /adapter | |
parent | c5b41333548353a06374052b2374bc7329d59475 (diff) | |
parent | 4da2d08fc132367b38c3ec555f931a175cfcbfcd (diff) |
Merge "Change reportPath to reportPaths in pom.xmls"
Diffstat (limited to 'adapter')
-rw-r--r-- | adapter/acumos/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/adapter/acumos/pom.xml b/adapter/acumos/pom.xml index 8495ee6..8a9211c 100644 --- a/adapter/acumos/pom.xml +++ b/adapter/acumos/pom.xml @@ -28,7 +28,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.language>py</sonar.language> <sonar.pluginname>python</sonar.pluginname> <sonar.inclusions>**/*.py</sonar.inclusions> |