diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -19,9 +19,17 @@ ~ ============LICENSE_END======================================================= ~ --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>2.0.1-SNAPSHOT</version> + <relativePath/> + </parent> + <groupId>org.onap.ccsdk.oran</groupId> <artifactId>ccsdk-oran</artifactId> <version>1.0.0-SNAPSHOT</version> @@ -35,6 +43,7 @@ <properties> <sonar-maven-plugin.version>3.7.0.1746</sonar-maven-plugin.version> </properties> + <build> <plugins> <!-- support sonar in multi-module project --> |