Add root pom for vfc-gvnfm-vnflcm 59/10159/1
authorfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:26:32 +0000 (15:26 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Mon, 4 Sep 2017 07:26:32 +0000 (15:26 +0800)
Change-Id: I990fcd1b170b9d0460cc1a9303cc83d20902e6a1
Issue-Id: VFC-259
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
lcm/pom.xml
pom.xml [new file with mode: 0644]

index 7aba16f..47841d4 100644 (file)
 -->
 <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">
     <parent>
-        <groupId>org.onap.oparent</groupId>
-        <artifactId>oparent</artifactId>
+        <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+        <artifactId>vfc-gvnfm-vnflcm</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+    <groupId>org.onap.vfc.gvnfm.vnflcm.lcm</groupId>
     <artifactId>vfc-gvnfm-vnflcm-lcm</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc/gvnfm/vnflcm/lcm</name>
-    <description>vfc gvnfm vnflcm</description>
+    <description>vfc gvnfm vnflcm lcm</description>
     <build>
       <plugins>
         <plugin>
diff --git a/pom.xml b/pom.xml
new file mode 100644 (file)
index 0000000..dea87cf
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+<!--
+    Copyright 2017 ZTE Corporation.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+            http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<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">
+    <parent>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+    <groupId>org.onap.vfc.gvnfm.vnflcm</groupId>
+    <artifactId>vfc-gvnfm-vnflcm</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+    <packaging>pom</packaging>
+    <name>vfc/gvnfm/vnflcm</name>
+    <description>vfc gvnfm vnflcm</description>
+    <modules>
+        <module>lcm</module>
+    </modules>
+</project>