diff options
author | 2020-02-07 03:40:15 +0000 | |
---|---|---|
committer | 2020-02-07 03:40:21 +0000 | |
commit | c7a8e732d235d0b8ce714f5153d37d2364c9a01c (patch) | |
tree | b184a4d76bf8f5253e728c6d80e49775fda13d18 /dcae-policy | |
parent | b10bd92fc39633dbfffba2e5bd5c4630baf880e6 (diff) |
sonarcloud support
Change-Id: I7e66510da92d47da2abb67499c3e347822ddd1ea
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-2065
Diffstat (limited to 'dcae-policy')
-rw-r--r-- | dcae-policy/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcae-policy/pom.xml b/dcae-policy/pom.xml index aa29708..6a05c1d 100644 --- a/dcae-policy/pom.xml +++ b/dcae-policy/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ================================================================================ -Copyright (c) 2017-2019 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. @@ -34,7 +34,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <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> |