From: Dileep Ranganathan Date: Wed, 7 Mar 2018 17:42:55 +0000 (-0800) Subject: Exclude Tests from Sonar coverage report X-Git-Tag: v1.1.1~44 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=27072ed98f1be56857d782e76ae59f3ebfb6473a;hp=b8bad9d2cc5168e55271929a6474184129f31ef2;p=optf%2Fosdf.git Exclude Tests from Sonar coverage report Change-Id: I60bf015cdc4a3a7fad8babf146dd9e78470645d1 Issue-ID: OPTFRA-102 Signed-off-by: Dileep Ranganathan --- diff --git a/pom.xml b/pom.xml index 982ca96..d922d42 100644 --- a/pom.xml +++ b/pom.xml @@ -33,17 +33,19 @@ Optimization Service Design Framework - UTF-8 - . - xunit-results.xml - coverage.xml - py - python - **/**.py + UTF-8 + . + xunit-results.xml + coverage.xml + py + python + **/**.py + test/**.py + exec-maven-plugin org.codehaus.mojo