From 13ce0552dc7156b6e3e226c00295705f27780a40 Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 7 Feb 2017 13:11:03 -0500 Subject: actually adding the files to the initial commit Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661 Signed-off-by: DR695H --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 000000000..d5b660e5b --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +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 -- cgit 1.2.3-korg