elinuxhenrik | 2bc35ac | 2022-09-29 08:07:27 +0200 | [diff] [blame] | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
| 2 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | <modelVersion>4.0.0</modelVersion> |
| 5 | <groupId>org.o-ran-sc.nonrtric</groupId> |
JohnKeeney | 1f07d3c | 2023-04-03 13:24:52 +0100 | [diff] [blame] | 6 | <artifactId>nonrtric-controlpanel-root</artifactId> |
| 7 | <version>2.5.0-SNAPSHOT</version> |
| 8 | <packaging>pom</packaging> |
| 9 | <modules> |
| 10 | <module>nonrtric-gateway</module> |
| 11 | <module>webapp-frontend</module> |
| 12 | </modules> |
elinuxhenrik | a7873bc | 2022-09-29 17:01:33 +0200 | [diff] [blame] | 13 | <properties> |
JohnKeeney | 1f07d3c | 2023-04-03 13:24:52 +0100 | [diff] [blame] | 14 | <sonar.exclusions>nonrtric-gateway/**/*</sonar.exclusions> |
| 15 | <sonar.test.exclusions>nonrtric-gateway/**/*</sonar.test.exclusions> |
elinuxhenrik | a7873bc | 2022-09-29 17:01:33 +0200 | [diff] [blame] | 16 | <sonar.coverage.exclusions>nonrtric-gateway/**/*</sonar.coverage.exclusions> |
| 17 | </properties> |
elinuxhenrik | 2bc35ac | 2022-09-29 08:07:27 +0200 | [diff] [blame] | 18 | </project> |