Modify pom for Sonar 38/9138/1
authorelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 29 Sep 2022 15:01:33 +0000 (17:01 +0200)
committerelinuxhenrik <henrik.b.andersson@est.tech>
Thu, 29 Sep 2022 15:01:39 +0000 (17:01 +0200)
Issue-ID: NONRTRIC-651
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: I06cda37c2bf474dbe2e42d3a15a1aa2c34dd0b1a

pom.xml

diff --git a/pom.xml b/pom.xml
index 905196a..f2f873f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,4 +5,7 @@
     <groupId>org.o-ran-sc.nonrtric</groupId>
     <artifactId>nonrtric-controlpanel</artifactId>
     <version>2.4.0-SNAPSHOT</version>
+    <properties>
+        <sonar.coverage.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions>
+    </properties>
 </project>