commit | 4d45dd55016fff5bb10aca1a2e3b858333c6f93d | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Thu Aug 29 21:24:47 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Mon Sep 02 10:32:48 2019 +0000 |
tree | 6d24af8f318c8f3f70fa353d09146081c3d360c0 | |
parent | a98f4ff3ed19a38ed18e34a5a18e3be2c9e63732 [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-597 Change-Id: I64c97eaf1877016fe79e6e31caf620f8c99363df 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