Modify pom for Sonar
[portal/nonrtric-controlpanel.git] / 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>