Add Sonar check for vfc-nfvo-lcm 13/33513/1
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Mar 2018 02:41:51 +0000 (10:41 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 1 Mar 2018 02:41:51 +0000 (10:41 +0800)
Change-Id: I1f8a52357c2b38870f7cda16ffa97c605ca29730
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
pom.xml

diff --git a/pom.xml b/pom.xml
index ca07fde..be72724 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>