commit | e9cb05ed8984671709aa1876d798e9136a7cb45f | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Thu Sep 12 16:30:49 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Tue Sep 24 16:36:22 2019 +0000 |
tree | 92cbd6f7d3f5bd1f96ac56af5e808fd8afb8dc50 | |
parent | c7385d8f78dd2fcef65081639510cd3b125ec288 [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: Id3fd3e7baea856e8aab4c5c7c509a6c00bb44ced 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