summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <sunil.unnava@att.com>2018-03-26 23:42:36 -0400
committersu622b <sunil.unnava@att.com>2018-03-26 23:42:59 -0400
commite11c17099ac25becf57241ec78e241e720e24f7c (patch)
tree11b91ab1c8d31fbb604bcdf8388de364cdb78c91
parent54af6db5b932b7ec7397276e7dd5fa5bec88cedc (diff)
Changes to fix the docker image creration
Issue-ID: DMAAP-338 Change-Id: I43c6deb1c6ca4801c4033d49488da96c6ac36b44 Signed-off-by: su622b <sunil.unnava@att.com>
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4f53bce..d866d5b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
<executions>
<execution>
<id>build-image</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>build</goal>
</goals>
@@ -141,7 +141,7 @@
<execution>
<id>tag-image-project-version</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>tag</goal>
</goals>
@@ -154,7 +154,7 @@
<execution>
<id>tag-image-latest</id>
- <phase>package</phase>
+ <phase>install</phase>
<goals>
<goal>tag</goal>
</goals>