summaryrefslogtreecommitdiffstats
path: root/zte
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-01 10:13:51 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-01 11:02:01 +0800
commit43e8bf623f8fecda9412c4ae7e980392f525c910 (patch)
tree2aa05c792717a38029a2c00d1c8461876a492567 /zte
parent37740765e55b70eae2fc46c4968f01d86bb9dbee (diff)
Enable vfc-ztevnfmdriver sonar scan
Change-Id: I76592500572fd286c00c84a7b1e1b73f58f84c55 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'zte')
-rw-r--r--zte/vmanager/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/zte/vmanager/pom.xml b/zte/vmanager/pom.xml
index e0f4d635..54c8ec6a 100644
--- a/zte/vmanager/pom.xml
+++ b/zte/vmanager/pom.xml
@@ -26,6 +26,16 @@
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-svnfm-zte</name>
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <sonar.sources>.</sonar.sources>
+ <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
+ <sonar.python.coverage.reportPath>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>
<description>vfc nfvo driver-vnfm-svnfm-zte-vmanager</description>
<build>
<plugins>