commit | 6aa59a7141dfb66b1099ba4481b45076edb1544e | [log] [tgz] |
---|---|---|
author | Rashmi Pujar <rashmi.pujar@bell.ca> | Wed Mar 08 17:17:17 2017 -0500 |
committer | Rashmi Pujar <rashmi.pujar@bell.ca> | Wed Mar 08 17:17:17 2017 -0500 |
tree | 043a77cf47b9d0a8859e7726f0e2c0385093cdba | |
parent | 6878ca9312b05400f9f1018e6e9250fa2458f0d4 [diff] |
Add default path for mvn settings file I believe Jenkins is settings these env variables. However, having defaults when env is not set is helpful to build images locally. Change-Id: I0a40d5ce85e114a8ebb8003c94b7f0f7e3eb6d41 Signed-off-by: Rashmi Pujar <rashmi.pujar@bell.ca> Former-commit-id: 86b789e39591f2cbe7810806d196b8b342e89883
This source repository contains the code for SDN Controller operations, administration and maintenance utilities. This code depends on the following, which should be downloaded and compiled first:
To compile this code:
Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.
To compile, run "mvn clean install".