Add maven docker ignore definition 53/17053/1
authorAreli Fuss <af732p@att.com>
Tue, 3 Oct 2017 13:33:28 +0000 (16:33 +0300)
committerAreli Fuss <af732p@att.com>
Tue, 3 Oct 2017 13:33:28 +0000 (16:33 +0300)
Add maven ignore docker file due to build
failure: A tar file cannot include itself

Change-Id: Ib11bda9d940e4c96ed4166098d9246392bb547f8
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
.maven-dockerignore [new file with mode: 0644]
pom.xml

diff --git a/.maven-dockerignore b/.maven-dockerignore
new file mode 100644 (file)
index 0000000..07fa861
--- /dev/null
@@ -0,0 +1 @@
+target/docker/
diff --git a/pom.xml b/pom.xml
index 43aafaa..a00b1a0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,8 +7,8 @@
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
-  <groupId>org.openecomp.vvp</groupId>
-  <artifactId>vvp-cms</artifactId>
+  <groupId>org.openecomp.vvp.cms</groupId>
+  <artifactId>cms</artifactId>
   <packaging>pom</packaging>
   <version>1.0.0-SNAPSHOT</version>
   <name>vvp-cms</name>
@@ -47,7 +47,7 @@
                 <registry>nexus3.onap.org:10003</registry>
                 <images>
                     <image>
-                        <name>openecomp/vvp-cms</name>
+                        <name>openecomp/vvp/cms</name>
                         <alias>vvp-cms</alias>
                         <build>
                             <cleanup>true</cleanup>
@@ -88,7 +88,7 @@
                         <goal>push</goal>
                     </goals>
                     <configuration>
-                        <image>openecomp/vvp-cms</image>
+                        <image>openecomp/vvp/cms</image>
                     </configuration>
                 </execution>
             </executions>