Fix error about coverage
[vfc/nfvo/driver/sfc.git] / zte / sfc-driver / plugin-standalone / pom.xml
index 652dbb6..b87bb53 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/maven-v4_0_0.xsd">
     <parent>
-        <groupId>org.onap.nfvo.sfc-driver-parent</groupId>
+        <groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
         <artifactId>sfc-driver-parent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.onap.nfvo.sfc-driver-standalone</groupId>
-    <artifactId>nfvo-drivers-sdnc-zte-sfc-driver</artifactId>
-    <name>nfvo/drivers/sdnc/zte/sfc-driver/plugin-standalone</name>
+    <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId>
+    <artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId>
+    <name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name>
     <packaging>pom</packaging>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     
     <dependencies>
         <dependency>
-        <groupId>org.onap.nfvo.sfc-driver</groupId>
+        <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
         <artifactId>sfc-driver</artifactId>
         <version>${project.version}</version>
         </dependency>
@@ -69,7 +69,7 @@
       
     </executions>
   </plugin>
-             <plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
                 <version>2.8</version>
@@ -83,7 +83,7 @@
                         <configuration>
                             <artifactItems>
                                 <artifactItem>
-                                    <groupId>org.onap.nfvo.sfc-driver</groupId>
+                                    <groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
                                     <artifactId>sfc-driver</artifactId>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
                         </goals>
                         <configuration>
                             <tasks name="${project.artifactId}">
-                                <zip destfile="target/nfvo-drivers-sdnc-zte-sfc-driver-${project.version}.zip" update="true">
+                                <zip destfile="target/vfc-nfvo-driver-sfc-zte-sfc-driver-${project.version}.zip" update="true">
                                 <zipfileset dir="target/assembly" includes="**"/>
                                 </zip>
                             </tasks>
                         <configuration>
                             <artifacts>
                                 <artifact>
-                                    <file>target/nfvo-drivers-sdnc-zte-sfc-driver-${project.version}.zip</file>
+                                    <file>target/vfc-nfvo-driver-sfc-zte-sfc-driver-${project.version}.zip</file>
                                     <type>zip</type>
                                 </artifact>
                             </artifacts>
                     </execution>
                 </executions>
             </plugin>
+
+
 <!--<plugin>                
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-deploy-plugin</artifactId>