commit | 64f07b08e71fd4948f08e946dea6b42d86d4a291 | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Wed Aug 28 12:32:14 2019 +0530 |
committer | Ittay Stern <ittay.stern@att.com> | Thu Aug 29 11:59:35 2019 +0000 |
tree | 94f3799ddbd650e1f19d2d358a9371e11baeece5 | |
parent | a4aae1860d3aa324dbfa54c639aa7da39c18745c [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: I9a80b3c9fd3102f508a33581f57499dba33b51fd 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