diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-11 20:51:57 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2020-02-13 04:28:04 +0000 |
commit | 4daa9d9a30306cfa6d25999cdc992d886fa405a8 (patch) | |
tree | 04527df8ebdd28dde781119246ac8938a38d3010 /dmaap | |
parent | 83b1669c0ec3139557172946f98dab1fd337f028 (diff) |
updates to pom.xml files for sonar-cloud
Change-Id: If2d759a264ca98fe9613637b4c81c0aa3bbfe2b3
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Issue-ID: CCSDK-2088
Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'dmaap')
-rw-r--r--[-rwxr-xr-x] | dmaap/pom.xml | 4 |
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> |