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

Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
tree: 7a5fd35bbc395a705539f9a63bd4fe5b2abc84d7
  1. adaptors/
  2. artifacts/
  3. asdcApi/
  4. core/
  5. daexim-offsite-backup/
  6. dataChange/
  7. dmaap-listener/
  8. features/
  9. lcm/
  10. plugins/
  11. releases/
  12. ueb-listener/
  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 SDN Controller northbound interface adaptors. 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".