Modify pom for Sonar 41/9141/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 30 Sep 2022 06:52:33 +0000 (08:52 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Fri, 30 Sep 2022 06:52:40 +0000 (08:52 +0200)
Issue-ID: NONRTRIC-651
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I858d2f93739dd6793b859dfc53b60bab797f9a4f

pom.xml

diff --git a/pom.xml b/pom.xml
index f2f873f..ad2b41a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -6,6 +6,8 @@
     <artifactId>nonrtric-controlpanel</artifactId>
     <version>2.4.0-SNAPSHOT</version>
     <properties>
+        <sonar.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions>
+        <sonar.test.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions>
         <sonar.coverage.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions>
     </properties>
 </project>