commit | 71831035554c86ae9a60fad0b883fce7269eecfc | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Fri Sep 06 15:16:27 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Fri Sep 06 15:16:48 2019 +0530 |
tree | 881ed62432785e36ec45d6b25e02b1d494ed1935 | |
parent | 7d1312cd686dd7178d9fb9ae620aa98104e2fded [diff] |
Add Semicolon ath 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: I9ca9d0f3c935efe83859b4d623939adce0a38465 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