aboutsummaryrefslogtreecommitdiffstats
path: root/deliveries
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-06-14 14:05:22 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-06-14 14:06:19 -0700
commitf4760b48503d95ecd69c396c4015c8e6b31b9855 (patch)
tree1b35b7044f309ac6c1ce4a5e5dd4aaaf9d4b8e22 /deliveries
parent383e25f7375a3da4280dcb75463cb9b8090ec191 (diff)
Change docker image build phase to package
Change docker image build phase to package so that the image can be built indepedently from the deployment to the registry. Change-Id: Idd0e0b38d0b5ca867044e68fcc6e519295f98e9b Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deliveries')
-rwxr-xr-xdeliveries/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deliveries/pom.xml b/deliveries/pom.xml
index e0aa7e08d..0651c1f6b 100755
--- a/deliveries/pom.xml
+++ b/deliveries/pom.xml
@@ -56,7 +56,7 @@
<executions>
<execution>
<id>generate-image</id>
- <phase>deploy</phase>
+ <phase>package</phase>
<goals>
<goal>build</goal>
</goals>