commit | d69660831c9dab695b1a89f8dcb7e522fbb25651 | [log] [tgz] |
---|---|---|
author | Marcus G K Williams <marcus.williams@intel.com> | Fri Apr 28 14:32:36 2017 -0700 |
committer | Marcus Williams <marcus.williams@intel.com> | Mon May 01 20:54:10 2017 +0000 |
tree | 8bdf4ec5b8813814e37fcf56c44f245760786719 | |
parent | 0117eb5d68254f02da924a379401251ff7bbd4ce [diff] |
[SDNC-7] Update SDNC Image - Use dependency plugin This patch removes OpenDaylight tar.gz and mysql-connector tar.gz and uses maven-dependency-plugin to get these files instead. Change-Id: I1c0885fe5beec3b9d151bc2f60fe2f669a620413 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com> Former-commit-id: 55d1ae5a085835731c6305cfaacec10a2b0314d8
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".