aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-01 10:41:51 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-01 10:41:51 +0800
commit65576b0a671ce6212cc5003b83af9e4173248750 (patch)
tree3ff05c689f35bdd6f247f9c13191078b7b885be1 /pom.xml
parent6e42f52bdc7872856b5ffa03499ecafba142cbd1 (diff)
Add Sonar check for vfc-nfvo-lcm
Change-Id: I1f8a52357c2b38870f7cda16ffa97c605ca29730 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ca07fdee..be72724b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,6 +27,13 @@
<packaging>pom</packaging>
<name>vfc-nfvo-lcm</name>
<description>vfc nfvo lcm</description>
+ <properties>
+ <sonar.skip>false</sonar.skip>
+ <sonar.sources>.</sonar.sources>
+ <sonar.language>py</sonar.language>
+ <sonar.pluginName>Python</sonar.pluginName>
+ <sonar.inclusions>**/*.py</sonar.inclusions>
+ </properties>
<build>
<plugins>
<plugin>