Explicitly disable sonar skip 81/33981/1
authorLianhao Lu <lianhao.lu@intel.com>
Mon, 5 Mar 2018 06:05:03 +0000 (14:05 +0800)
committerLianhao Lu <lianhao.lu@intel.com>
Mon, 5 Mar 2018 06:06:30 +0000 (14:06 +0800)
Change-Id: Ia14f21e27833eaef1eb45b6ec59788f361745369
Issue-ID: VNFSDK-210
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 77e13ac..b6f6f37 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,7 @@ under the License.
         <sonar.language>py</sonar.language>
         <sonar.pluginName>Python</sonar.pluginName>
         <sonar.inclusions>**/*.py</sonar.inclusions>
+        <sonar.skip>false</sonar.skip>
     </properties>
 
     <build>