commit | 1ffc2b793c7b4e7c89628973c498d6d6f85d9c1f | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Tue Sep 10 21:37:35 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Tue Sep 24 16:29:53 2019 +0000 |
tree | 03ddb641e5138d4afe1053a526785f0772d4bdd3 | |
parent | bbc6dd03b17fc5cdb2305a281f94835e1d9d9929 [diff] |
Add a 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. Issue-ID: VID-607 Change-Id: I1fd965413585256c09e61c2a19b0651800e65eab 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