diff options
author | Lusheng Ji <lji@research.att.com> | 2018-02-21 10:15:11 -0500 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-02-21 15:35:59 +0000 |
commit | 8aa19180e9a02f34ccd0bc4991c0579131bd182a (patch) | |
tree | db8c6c1a65ac8886a1c3faeb61ee46798f074bca /pom.xml | |
parent | 7e99e115d213e3a4395fe56f1bfbeacc0a501e3b (diff) |
Exclude tests/ from SONAR report
Change-Id: I8d89fdf950d5e221b8c1eedccc1eb570d4648249
Signed-off-by: Lusheng Ji <lji@research.att.com>
Issue-ID: DCAEGEN2-355
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <artifactId>policy-handler</artifactId> <name>dcaegen2-platform-policy-handler</name> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -44,6 +44,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <sonar.language>py</sonar.language> <sonar.pluginName>Python</sonar.pluginName> <sonar.inclusions>**/*.py</sonar.inclusions> + <sonar.exclusions>target/**,tests/**,setup.py,**/__init__.py</sonar.exclusions> <!-- for JavaScaript --> <!-- <sonar.language>js</sonar.language> |