summaryrefslogtreecommitdiffstats
path: root/mod/onboardingapi
diff options
context:
space:
mode:
authorAndrew Gauld <agauld@att.com>2020-03-03 20:25:08 +0000
committerAndrew Gauld <agauld@att.com>2020-03-03 20:25:35 +0000
commit4da2d08fc132367b38c3ec555f931a175cfcbfcd (patch)
tree26a7eec192276f16f3a0671c8499c37df3895e7c /mod/onboardingapi
parent14bbfa10adfc928b74ac9fa266c0d91a93067862 (diff)
Change reportPath to reportPaths in pom.xmls
Change-Id: I521e7fc48027d182f593ea1bc04fca5bf5370553 Issue-ID: DCAEGEN2-2119 Signed-off-by: Andrew Gauld <agauld@att.com>
Diffstat (limited to 'mod/onboardingapi')
-rw-r--r--mod/onboardingapi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/onboardingapi/pom.xml b/mod/onboardingapi/pom.xml
index 9b1c4f0..588a9b2 100644
--- a/mod/onboardingapi/pom.xml
+++ b/mod/onboardingapi/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>