summaryrefslogtreecommitdiffstats
path: root/dcaeapplib/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaeapplib/pom.xml')
-rw-r--r--dcaeapplib/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/dcaeapplib/pom.xml b/dcaeapplib/pom.xml
index bd6f4f3..8e9fad0 100644
--- a/dcaeapplib/pom.xml
+++ b/dcaeapplib/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
================================================================================
-Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2018-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.
@@ -32,10 +32,9 @@ limitations under the License.
<properties>
<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>