commit | ed321cd4b767a3e3e00528b29db4e51c0992d99b | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Tue Aug 20 13:29:19 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Tue Aug 20 13:33:50 2019 +0530 |
tree | 05e5692a81eff1fae5326a9ae72899bdbb8099f1 | |
parent | 7bb28ca74c56e7312d41f8e152bc40d255172cdb [diff] |
semicolon at the end of this statement. In JavaScript, the semicolon (;) is optional as a statement separator, but omitting semicolons can be confusing, and lead to unexpected results because a semicolon is implicitly inserted at the end of each line. Change-Id: Ia09e1bb1894da379f68cc39e83f955e66b957511 Issue-ID: VID-578 Signed-off-by: anushadasari <danush10@in.ibm.com>
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