fix dmaap-listener startup and library

Change-Id: Ice802b7c415f622e161d0ade2daf933064ac8edd
Signed-off-by: Brian Freeman <bf1936@att.com>
Issue-Id: SDNC-67
2 files changed
tree: 851d1431915fa549f3fcf916d7f43dc55b60d652
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. vnfapi/
  6. vnftools/
  7. .gitignore
  8. .gitreview
  9. .scanignore
  10. example-settings.xml
  11. jenkins-settings.xml
  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".