summaryrefslogtreecommitdiffstats
path: root/dmaap
diff options
context:
space:
mode:
Diffstat (limited to 'dmaap')
-rw-r--r--[-rwxr-xr-x]dmaap/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/dmaap/pom.xml b/dmaap/pom.xml
index 5213d9d..f49bb8c 100755..100644
--- a/dmaap/pom.xml
+++ b/dmaap/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
org.onap.ccsdk
================================================================================
-Copyright (c) 2019 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -45,7 +45,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>