diff options
author | su622b <sunil.unnava@att.com> | 2018-03-26 23:42:36 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-03-26 23:42:59 -0400 |
commit | e11c17099ac25becf57241ec78e241e720e24f7c (patch) | |
tree | 11b91ab1c8d31fbb604bcdf8388de364cdb78c91 /pom.xml | |
parent | 54af6db5b932b7ec7397276e7dd5fa5bec88cedc (diff) |
Changes to fix the docker image creration
Issue-ID: DMAAP-338
Change-Id: I43c6deb1c6ca4801c4033d49488da96c6ac36b44
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |