diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-21 06:02:11 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-21 06:04:12 +0000 |
commit | 91a5b718d58f778b6e9bd218a7237ada29f3cc6c (patch) | |
tree | 0121b3eb5115bbe287852f201d38dd526cd3f550 | |
parent | eab16750256c4b4f54c3e1ac12282f4abe5d1b0d (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.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |