Update INFO.yaml file

Remove Ryan Goulding

Change-Id: I075e572a64294c43df13c79fcbd17a64ea8a5e3f
Issue-ID: CIMAN-134
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 54cf8d9c7459464e3299b2f2db744895c11ef21f
  1. aai-service/
  2. ansible-adapter/
  3. features/
  4. mdsal-resource/
  5. netbox-client/
  6. resource-assignment/
  7. saltstack-adapter/
  8. sql-resource/
  9. .gitignore
  10. INFO.yaml
  11. LICENSE.txt
  12. pom.xml
  13. README.md
  14. 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".