Updating pom for sonar support 85/37585/1
authorChris Donley <christopher.donley@huawei.com>
Wed, 21 Mar 2018 20:49:43 +0000 (13:49 -0700)
committerChris Donley <christopher.donley@huawei.com>
Wed, 21 Mar 2018 20:50:47 +0000 (13:50 -0700)
adding sonar sources

Issue-ID: VNFSDK-210

Change-Id: Iacca17491815a9be9d48aa7e907676e92a33b283
Signed-off-by: Chris Donley <christopher.donley@huawei.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index bfe57db..413f2d8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@ under the License.
     <description>CSAR manipulation shared library with CLI</description>
     <properties>
         <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
+        <sonar.sources>cli,packager,validator</sonar.sources>
         <sonar.tests>tests</sonar.tests>
         <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
         <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>