aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d6cfc3d..7e7fa24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,11 +27,13 @@ under the License.
</parent>
<groupId>org.onap.vnfsdk.pkgtools</groupId>
- <artifactId>vnf-sdk-pkgtools</artifactId>
+ <artifactId>vnfsdk-pkgtools</artifactId>
<name>vnfsdk-pkgtools</name>
<description>CSAR manipulation shared library with CLI</description>
<properties>
+ <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
+ <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>