commit | 0d6b54547b5e28591e24bbb3bf045d8b9e46f113 | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Fri Sep 06 15:28:36 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Fri Sep 06 15:29:49 2019 +0530 |
tree | f4fe31d15f2338814ba0dcb21ecbe9884a2d7268 | |
parent | eb3d8d9cb97f9ebde71c89c86310b78bf8fd92ba [diff] |
Add Semicolon at the end 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: Ic75affcf10f990fa507eaf738a360df603a700dc 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