Remove all sonar related properties 09/14109/2
authorLusheng Ji <lji@research.att.com>
Thu, 21 Sep 2017 06:02:11 +0000 (06:02 +0000)
committerLusheng Ji <lji@research.att.com>
Thu, 21 Sep 2017 06:04:12 +0000 (06:04 +0000)
Issue-Id: DCAEGEN2-60
Change-Id: Ia7c59e02bce4feda84a28388bf8bb75e423c617e
Signed-off-by: Lusheng Ji <lji@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0fbedfd..9d04b35 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -53,15 +53,19 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
     <onap.nexus.pypiserver.serverid>onap-pypi</onap.nexus.pypiserver.serverid>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <!--
     <sonar.skip>false</sonar.skip>
     <sonar.sources>.</sonar.sources>
+    -->
     <!-- customize the SONARQUBE URL -->
     <!-- sonar.host.url>http://localhost:9000</sonar.host.url -->
     <!-- below are language dependent -->
     <!-- for Python -->
+    <!-- 
     <sonar.language>py</sonar.language>
     <sonar.pluginName>Python</sonar.pluginName>
     <sonar.inclusions>**/*.py</sonar.inclusions>
+    -->
     <!-- for JavaScaript -->
     <!--
     <sonar.language>js</sonar.language>