[VVP] added sonar properties to pom 63/42363/3
authorstark, steven <ss820f@att.com>
Wed, 11 Apr 2018 23:27:55 +0000 (16:27 -0700)
committerstark, steven <ss820f@att.com>
Thu, 12 Apr 2018 00:33:48 +0000 (17:33 -0700)
Issue-ID: VVP-55
Change-Id: Ia51cd83eca3419ed537a734c24eb641c4acf33db
Signed-off-by: stark, steven <ss820f@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 108c608..946874a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <docker.latest.tag>${project.version}-latest</docker.latest.tag>
         <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>
         <docker.push.registry>nexus3.onap.org:10003</docker.push.registry>
+        <!--sonar-->
+        <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
+        <sonar.sources>.</sonar.sources>
+        <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.language>py</sonar.language>
+        <sonar.pluginName>python</sonar.pluginName>
+        <sonar.inclusions>django/*/**.py</sonar.inclusions>
   </properties>
 
   <build>