diff options
author | Areli Fuss <af732p@att.com> | 2017-10-03 16:33:28 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-03 16:33:28 +0300 |
commit | edecc0a9872c712d0796037c21409efa8e37cd71 (patch) | |
tree | ea88710525c19b5b90314c49ab892beb0186897f | |
parent | 2f2d8d655b810a336e71cfff6d193da73bf81bae (diff) |
Add maven docker ignore definition
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>
-rw-r--r-- | .maven-dockerignore | 1 | ||||
-rw-r--r-- | pom.xml | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/.maven-dockerignore b/.maven-dockerignore new file mode 100644 index 0000000..07fa861 --- /dev/null +++ b/.maven-dockerignore @@ -0,0 +1 @@ +target/docker/ @@ -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> |