diff options
author | Bin Sun <bins@vmware.com> | 2018-03-09 10:20:17 +0800 |
---|---|---|
committer | Bin Sun <bins@vmware.com> | 2018-03-09 11:13:38 +0800 |
commit | 7245fce8b57b89f1ab874ab970ae2856d0b32ef7 (patch) | |
tree | af8c76baacb3a679ab3bd6dfb114e160859253b4 /multivimbroker/pom.xml | |
parent | c9effec3dc4eaf6c213512df96829e51996d8498 (diff) |
Fix sonar code coverage
Change-Id: Ib457043aad138746239f13f38235c2ebd4ddcb6e
Issue-ID: MULTICLOUD-172
Signed-off-by: Bin Sun <bins@vmware.com>
Diffstat (limited to 'multivimbroker/pom.xml')
-rw-r--r-- | multivimbroker/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/multivimbroker/pom.xml b/multivimbroker/pom.xml index 274f54d..fbd40c0 100644 --- a/multivimbroker/pom.xml +++ b/multivimbroker/pom.xml @@ -32,13 +32,6 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <nexusproxy>https://nexus.onap.org</nexusproxy> - <sonar.sources>.</sonar.sources> - <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath> - <sonar.python.coverage.reportPath>vio/coverage.xml</sonar.python.coverage.reportPath> - <sonar.language>py</sonar.language> - <sonar.pluginName>Python</sonar.pluginName> - <sonar.inclusions>**/*.py</sonar.inclusions> - <sonar.exclusions>tests/*,setup.py</sonar.exclusions> </properties> <build> <plugins> |