commit | bdd1d2c30961d6b7e3e8777e3659dce7d32da61f | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Wed Aug 28 11:53:15 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Thu Aug 29 12:14:48 2019 +0000 |
tree | 2436f540e843f9a78cfdf845d8eecb3bc843018e | |
parent | e7dfb1fd34541e56b70c6d57a9c04c3883615b11 [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: I4d324d96d28a3796b971b83997d72a64ed161ce8 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