Added sonar support and update oparent version 73/32473/1
authorLianhao Lu <lianhao.lu@intel.com>
Thu, 22 Feb 2018 01:48:24 +0000 (09:48 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Thu, 22 Feb 2018 01:53:03 +0000 (09:53 +0800)
Issue-ID: VNFSDK-210
Change-Id: Icf7f0c4fabc03f30e18656df87fe93ad94335104
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 55e2306..b1286c7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@ under the License.
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
-        <relativePath>../oparent</relativePath>
+        <version>1.1.0-SNAPSHOT</version>
+       <relativePath>../../oparent</relativePath>
     </parent>
 
     <groupId>org.onap.vnfsdk.pkgtools</groupId>
@@ -30,6 +30,11 @@ under the License.
 
     <name>vnfsdk-pkgtools</name>
     <description>CSAR manipulation shared library with CLI</description>
+    <properties>
+        <sonar.language>py</sonar.language>
+        <sonar.pluginName>Python</sonar.pluginName>
+       <sonar.inclusions>**/*.py</sonar.inclusions>
+    </properties>
 
     <build>
       <plugins>