aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-02-19 22:29:52 -0500
committerLusheng Ji <lji@research.att.com>2018-02-20 04:19:19 +0000
commita9410b87464aab3bac170b63de245753dc93174e (patch)
treeada13095d3b5e38da66f104e9385b78fe3b592be /pom.xml
parent3a3543f74d74d4410c3e4d414bebf3d1daba5a59 (diff)
Fix Sonar reporting
Change-Id: Iebb1314eab1d238f723e3f55803a7a32c317d77c Signed-off-by: Lusheng Ji <lji@research.att.com> Issue-ID: DCAEGEN2-355
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 8edefe4..3f4a09d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,18 +36,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<!-- sonar -->
<sonar.skip>false</sonar.skip>
<sonar.sources>.</sonar.sources>
- <sonar.junit.reportspath>xunit-reports/xunit-result-configbinding.xml</sonar.junit.reportspath>
- <!--
- <sonar.python.coverage.reportpath>coverage.xml</sonar.python.coverage.reportpath>
- see https://docs.sonarqube.org/display/plug/python+coverage+results+import
- ant pattern describing the path to coverage reports, relative to projects root. leave unset to use the default ("coverage-reports/coverage-*.xml").
- -->
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>config_binding_service/**.py</sonar.inclusions>
- <sonar.host.url>http://135.205.228.63:9000</sonar.host.url>
-
-
</properties>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>