From: fujinhua Date: Fri, 1 Sep 2017 04:18:50 +0000 (+0800) Subject: Update pom file of vfc-nfvo-lcm X-Git-Tag: v1.0.0~110^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2636b73b5da8e1b44b226bc964894bbbd367d939;p=vfc%2Fnfvo%2Flcm.git Update pom file of vfc-nfvo-lcm Add docker build and push profile Change-Id: Ia8ae79798ffdf4e49a17aa137dce724ad4d75c38 Issue-Id: VFC-217 Signed-off-by: fujinhua --- diff --git a/pom.xml b/pom.xml index d921409a..54d726cc 100644 --- a/pom.xml +++ b/pom.xml @@ -49,4 +49,51 @@ + + + docker + + + + io.fabric8 + docker-maven-plugin + 0.16.5 + false + + + + onap/vfc/nslcm + + try + ${basedir}/docker/ + ${basedir}/docker/Dockerfile + + ${project.version}-STAGING-latest + + + + + + + + generate-images + package + + build + + + + push-images + deploy + + build + push + + + + + + + +