Refactor vfc-gvnfm-zte-driver pom file 05/6705/2
authorying.yunlong <ying.yunlong@zte.com.cn>
Fri, 4 Aug 2017 04:04:00 +0000 (12:04 +0800)
committeryunlong ying <ying.yunlong@zte.com.cn>
Mon, 7 Aug 2017 23:23:22 +0000 (23:23 +0000)
As the seed code come from openo, there are some labels
is openo in the pom file, change it to onap.

Change-Id: Ib98bb7397fb5275fa4d751b14871824954e150fc
Issue-ID: VFC-77
Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
gvnfmadapter/assembly.xml
gvnfmadapter/pom.xml

index 30a2649..de29975 100644 (file)
@@ -16,7 +16,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-    <id>drivers-vnfm-gvnfm-gvnfmadapter</id>
+    <id>nfvo-driver-vnfm-gvnfm-gvnfmadapter</id>
     <formats>
         <format>zip</format>
     </formats>
@@ -47,5 +47,5 @@
             </includes>
         </fileSet>
     </fileSets>
-    <baseDirectory>nfvo/drivers/vnfm/gvnfm/gvnfmadapter</baseDirectory>
+    <baseDirectory>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</baseDirectory>
 </assembly>
index 6424504..efaf338 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.openo.nfvo</groupId>
-        <artifactId>nfvo-root</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../../../../pom.xml</relativePath>
+        <groupId>org.onap.oparent</groupId>
+        <artifactId>oparent</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.openo.nfvo</groupId>
-    <artifactId>drivers-vnfm-gvnfm-gvnfmadapter</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter</groupId>
+    <artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>nfvo/drivers/vnfm/gvnfm/gvnfmadapter</name>
-    <description>nfvo drivers-vnfm-gvnfm-gvnfmadapter</description>
+    <name>vfc/nfvo/driver/vnfm/gvnfm/gvnfmadapter</name>
+    <description>vfc nfvo drivers-vnfm-gvnfm-gvnfmadapter</description>
     <build>
       <plugins>
         <plugin>