Add client code to generic-resource-api

Add code to generate generic-resource-api client which was contributed
to sdnc/apps repo to sdnc/northbound/generic-resource-api, so that it
will automatically be updated when yang model is updated.

Change-Id: I4d36073e9771e72a2ebc38cb45f2151a88699ae6
Issue-ID: SDNC-406
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2 files changed
tree: 538b6b7fe518ace3a91ec502cd81120a055d66b3
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. features/
  5. generic-resource-api/
  6. ueb-listener/
  7. vnfapi/
  8. vnftools/
  9. .gitignore
  10. .gitreview
  11. .scanignore
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".