From: fujinhua Date: Fri, 1 Sep 2017 04:25:20 +0000 (+0800) Subject: Update pom file of vfc-gvnfm-vnflcm X-Git-Tag: v1.0.0~40 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=commitdiff_plain;h=5c398ea8c946d5a311270e7dda34d8876b86a707 Update pom file of vfc-gvnfm-vnflcm Add docker build and push profile Change-Id: I31a4e3381ae73093cb771b2dfe270a5bf07bb543 Issue-Id: VFC-218 Signed-off-by: fujinhua --- diff --git a/lcm/pom.xml b/lcm/pom.xml index 7aba16f1..4f025d56 100644 --- a/lcm/pom.xml +++ b/lcm/pom.xml @@ -49,4 +49,51 @@ + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.16.5 + false + + + + onap/vfc/vnflcm + + try + ${basedir}/docker/ + ${basedir}/docker/Dockerfile + + ${project.version}-STAGING-latest + + + + + + + + generate-images + package + + build + + + + push-images + deploy + + build + push + + + + + + + +