commit | 8694b431fc46213c4f1d2ae0606e7598a509ef0c | [log] [tgz] |
---|---|---|
author | anushadasari <danush10@in.ibm.com> | Tue Sep 03 11:51:19 2019 +0530 |
committer | anusha dasari <danush10@in.ibm.com> | Thu Sep 05 10:44:49 2019 +0000 |
tree | e8bf8383a23834860f2be7501e123fe1cd8f1c91 | |
parent | d4d98f9674093637589fe3780d22756f02e92e1b [diff] |
Semicolon at the end of the Statement and Remove trailing whitespaces at the end of this line 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-606 Change-Id: If88beef4fa028d01eda5119dfa5bc005d8225e17 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