summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-09-21 06:02:11 +0000
committerLusheng Ji <lji@research.att.com>2017-09-21 06:04:12 +0000
commit91a5b718d58f778b6e9bd218a7237ada29f3cc6c (patch)
tree0121b3eb5115bbe287852f201d38dd526cd3f550
parenteab16750256c4b4f54c3e1ac12282f4abe5d1b0d (diff)
Remove all sonar related properties
Issue-Id: DCAEGEN2-60 Change-Id: Ia7c59e02bce4feda84a28388bf8bb75e423c617e Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0fbedfd4..9d04b351 100644
--- 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>