blob: 419442aa9e78a45fc8f94ff7d500b5e3ed3413a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
# Basic info
To build project, run: mvn clean install
# VID Developer Guide
https://wiki.onap.org/display/DW/VID+Development+Guide
|