Merge "Support for defining multiple ranges in RANGE_RULE"
tree: 1d9fdec77169661ba10ff87f12ae32d86bacacff
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. resource-assignment/
  6. sql-resource/
  7. .gitignore
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. version.properties
README.md

This source repository contains the code for the SDN Controller adaptors. 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. See example-settings.xml for an example.

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