summaryrefslogtreecommitdiffstats
path: root/clamp-policy/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'clamp-policy/pom.xml')
-rw-r--r--clamp-policy/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/clamp-policy/pom.xml b/clamp-policy/pom.xml
index 41222d0..460eb24 100644
--- a/clamp-policy/pom.xml
+++ b/clamp-policy/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
================================================================================
-Copyright (c) 2019 Wipro Limited Intellectual Property. All rights reserved.
+Copyright (c) 2019-2020 Wipro Limited 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.
@@ -33,7 +33,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>