Add sonar and push to pypi

Issue-Id: DCAEGEN2-60
Change-Id: I4d2d32ca2c5ffb113c4379a1b3374b1a1dfc1856
Signed-off-by: Lusheng Ji <lji@research.att.com>
diff --git a/python-discovery-client/pom.xml b/python-discovery-client/pom.xml
index 0b05110..3aeb4db 100644
--- a/python-discovery-client/pom.xml
+++ b/python-discovery-client/pom.xml
@@ -21,19 +21,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.onap.dcaegen2</groupId>
+    <groupId>org.onap.dcaegen2.utils</groupId>
     <artifactId>utils</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.utils</groupId>
   <artifactId>python-discovery-client</artifactId>
-  <name>python-discovery-client</name>
+  <name>dcaegen2-utils-python-discovery-client</name>
   <version>1.0.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <sonar.skip>true</sonar.skip>
     <sonar.sources>.</sonar.sources>
     <!-- customize the SONARQUBE URL -->
     <!-- sonar.host.url>http://localhost:9000</sonar.host.url -->