Port sli/plugins to Carbon

Updated sli/plugins to compile against OpenDaylight Carbon SR1

Change-Id: I5ca937a5a9b51cb0dadd3648c71fe2c5dcefdcf1
Issue-ID: CCSDK-26
Signed-off-by: Dan Timoney <dtimoney@att.com>
40 files changed
tree: 37522fb8fdef134c8864b2688c64ef500c65c7ba
  1. properties-node/
  2. restapi-call-node/
  3. .gitignore
  4. example-settings.xml
  5. jenkins-settings.xml
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. version.properties
README.md

This source repository contains the code for the SDN Controller plugins.

To compile this code:

  1. 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.

  2. To compile, run "mvn clean install".