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 /so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application | |
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 'so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application')
-rw-r--r-- | so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml new file mode 100644 index 0000000000..cf6a3f8e1d --- /dev/null +++ b/so-etsi-nfvo/so-etsi-nfvo-ns-lcm/so-etsi-nfvo-ns-lcm-application/pom.xml @@ -0,0 +1,11 @@ +<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 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.so.etsi.nfvo</groupId> + <artifactId>so-etsi-nfvo-ns-lcm</artifactId> + <version>1.7.1-SNAPSHOT</version> + </parent> + <artifactId>so-etsi-nfvo-ns-lcm-application</artifactId> + <name>SO ETSI NFVO NS LCM Application</name> +</project>
\ No newline at end of file |