commit | 25a04acd7dda99fd730385745d25bf852790be0d | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Mon Aug 26 17:04:58 2019 +0530 |
committer | anushadasari <danush10@in.ibm.com> | Mon Aug 26 17:05:18 2019 +0530 |
tree | fa6a7ac4d12e63dc775cd2c146ea70e638b5c557 | |
parent | ed6c907de3578ee4dc79571753d7406da7685cee [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: Ibe8ce68b67f4c48adfab0a382487e308093cdd01 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