diff options
author | MukeshKumar <mukeshsharma@est.tech> | 2020-08-11 09:55:46 +0100 |
---|---|---|
committer | Mukesh <mukeshsharma@est.tech> | 2020-08-12 09:36:39 +0100 |
commit | 1d9546b7294a7192351bc3dc1cf9cd9e5602d6c6 (patch) | |
tree | 80b8089fbf1aa78a168546a6da6b4abab1233a28 /pom.xml | |
parent | 1ad701732a7e89b8c40a0bd648cdcb7bf18e2ef5 (diff) |
[SO] Create basic maven modules structure in ONAP SO project.
Issue-ID: SO-2842
Change-Id: I5be370e7ba834c8cc0fb972389c2aa2496f8f1cd
Signed-off-by: Mukesh <mukeshsharma@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,6 @@ <?xml version="1.0" ?> -<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"> +<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.oparent</groupId> @@ -35,6 +36,7 @@ <module>cxf-logging</module> <module>so-monitoring</module> <module>so-simulator</module> + <module>so-etsi-nfvo</module> <module>packages</module> </modules> <properties> |