From 2636b73b5da8e1b44b226bc964894bbbd367d939 Mon Sep 17 00:00:00 2001 From: fujinhua Date: Fri, 1 Sep 2017 12:18:50 +0800 Subject: [PATCH] Update pom file of vfc-nfvo-lcm Add docker build and push profile Change-Id: Ia8ae79798ffdf4e49a17aa137dce724ad4d75c38 Issue-Id: VFC-217 Signed-off-by: fujinhua --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) 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 + + + + + + + + -- 2.16.6