summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-02-25 17:12:06 +0000
committerefiacor <fiachra.corcoran@est.tech>2020-02-25 17:12:20 +0000
commita4dd25649e3be7f8850f311755e0925d73e9d27d (patch)
treecceaaae551e4ad2a38b629b83b27798048986025 /components
parentde549f5f1bb3e0a6f94e9755ae0800b469114113 (diff)
Updating sonar report path tag
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I8fdbf870fac31c95557343572fe5ce48735af4ce Issue-ID: DCAEGEN2-1837
Diffstat (limited to 'components')
-rw-r--r--components/pm-subscription-handler/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/pom.xml b/components/pm-subscription-handler/pom.xml
index a4258060..74ad400f 100644
--- a/components/pm-subscription-handler/pom.xml
+++ b/components/pm-subscription-handler/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>2.1.0</version>
+ <version>3.0.0</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.services</groupId>
@@ -36,11 +36,11 @@
<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.python.xunit.reportPath>xunit-results.xml</sonar.python.xunit.reportPath>
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
- <sonar.inclusions>**/**.py</sonar.inclusions>
+ <sonar.inclusions>**/*.py</sonar.inclusions>
<sonar.exclusions>target/**,tests/**,setup.py,**/__init__.py</sonar.exclusions>
<exec-mvn-plugin-version>1.2.1</exec-mvn-plugin-version>
</properties>