summaryrefslogtreecommitdiffstats
path: root/sshkeyshare/pom.xml
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2020-02-11 20:51:57 +0000
committerHansen, Tony (th1395) <th1395@att.com>2020-02-13 04:28:04 +0000
commit4daa9d9a30306cfa6d25999cdc992d886fa405a8 (patch)
tree04527df8ebdd28dde781119246ac8938a38d3010 /sshkeyshare/pom.xml
parent83b1669c0ec3139557172946f98dab1fd337f028 (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 'sshkeyshare/pom.xml')
-rw-r--r--sshkeyshare/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshkeyshare/pom.xml b/sshkeyshare/pom.xml
index ee382d6..759d57c 100644
--- a/sshkeyshare/pom.xml
+++ b/sshkeyshare/pom.xml
@@ -3,7 +3,7 @@
============LICENSE_START=======================================================
org.onap.ccsdk
================================================================================
-Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2017,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>