aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-03-21 13:49:43 -0700
committerChris Donley <christopher.donley@huawei.com>2018-03-21 13:50:47 -0700
commitc3fe9827d9357f5fa2a62f6f0965ad40106a5aad (patch)
treeeb8665913f6c00351a35e2cee4a659d22a43d9ad
parent8cda231f4bfb4d8b46355e346a2cd3225d0cc271 (diff)
Updating pom for sonar support
adding sonar sources Issue-ID: VNFSDK-210 Change-Id: Iacca17491815a9be9d48aa7e907676e92a33b283 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index bfe57db..413f2d8 100644
--- 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>