commit | c7385d8f78dd2fcef65081639510cd3b125ec288 | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Wed Sep 11 11:51:41 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Tue Sep 24 16:34:46 2019 +0000 |
tree | a33d92233c0fe6e07422713807754ae6d65f8942 | |
parent | 77b108c37264af0e906236f00491bbce3eba2244 [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: I45637083e88ac2e1c4cb27519a3116f2f5f792e8 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