From 8aa19180e9a02f34ccd0bc4991c0579131bd182a Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 21 Feb 2018 10:15:11 -0500 Subject: Exclude tests/ from SONAR report Change-Id: I8d89fdf950d5e221b8c1eedccc1eb570d4648249 Signed-off-by: Lusheng Ji Issue-ID: DCAEGEN2-355 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0543409..ab82f1b 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. policy-handler dcaegen2-platform-policy-handler - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT http://maven.apache.org UTF-8 @@ -44,6 +44,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. py Python **/*.py + target/**,tests/**,setup.py,**/__init__.py