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>
1 file changed
tree: 1b35b7044f309ac6c1ce4a5e5dd4aaaf9d4b8e22
  1. deliveries/
  2. epsdk-app-onap/
  3. lf_config/
  4. vid-app-common/
  5. .gitreview
  6. LICENSE.TXT
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:

org.openecomp.ecompsdkos:ecompSDK-project
org.openecomp.ecompsdkos:ecompSDK-core
org.openecomp.ecompsdkos:ecompSDK-analytics
org.openecomp.ecompsdkos:ecompSDK-workflow

To build it using Maven 3, run: mvn clean install