DMAAP Listener support for SDNR OOF PCI

DMAAP Consumer JAVA files and resources (.map, .vt)

Change-Id: I0027d3f092afc4b89aed1cc756a62d5eb169f5c3
Issue-ID: CCSDK-1216
Signed-off-by: SandeepLinux <sandeep.shah2@techmahindra.com>
5 files changed
tree: ae18f9d9e29cb4cc6e6dd605b68dff35a103aaca
  1. artifacts/
  2. asdcApi/
  3. daexim-offsite-backup/
  4. dataChange/
  5. dmaap-listener/
  6. features/
  7. lcm/
  8. ueb-listener/
  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 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".