Merge branch 'master' of /home/jwagantall/linuxfoundation/onap/IT-21112/sli-core

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
tree: d9b4d0b1cb35677933adb4648e0563d64e0a5ef0
  1. adaptors/
  2. artifacts/
  3. dblib/
  4. features/
  5. filters/
  6. plugins/
  7. releases/
  8. sli/
  9. sliapi/
  10. sliPluginUtils/
  11. src/
  12. utils/
  13. .gitignore
  14. INFO.yaml
  15. LICENSE.txt
  16. pom.xml
  17. README.md
  18. version.properties
README.md

This source repository contains the code for the core SDN Controller components. To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

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