Changes to fix the docker image creration 97/38797/1
authorsu622b <sunil.unnava@att.com>
Tue, 27 Mar 2018 03:42:36 +0000 (23:42 -0400)
committersu622b <sunil.unnava@att.com>
Tue, 27 Mar 2018 03:42:59 +0000 (23:42 -0400)
Issue-ID: DMAAP-338
Change-Id: I43c6deb1c6ca4801c4033d49488da96c6ac36b44
Signed-off-by: su622b <sunil.unnava@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4f53bce..d866d5b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <executions>
                                        <execution>
                                                <id>build-image</id>
-                                               <phase>package</phase>
+                                               <phase>install</phase>
                                                <goals>
                                                        <goal>build</goal>
                                                </goals>
 
                                        <execution>
                                                <id>tag-image-project-version</id>
-                                               <phase>package</phase>
+                                               <phase>install</phase>
                                                <goals>
                                                        <goal>tag</goal>
                                                </goals>
 
                                        <execution>
                                                <id>tag-image-latest</id>
-                                               <phase>package</phase>
+                                               <phase>install</phase>
                                                <goals>
                                                        <goal>tag</goal>
                                                </goals>