Fix staging variables for ccsdk/sli/northbound

Issue-Id: CCSDK-67
Change-Id: Ib5fe6cc5cb46e9d25cf66b6ab30e0d8b8654c426
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
1 file changed
tree: 234011c503f6b91a6ecf5c0de9e1f8ba83a62e63
  1. asdcApi/
  2. dataChange/
  3. dmaap-listener/
  4. ueb-listener/
  5. .gitignore
  6. LICENSE.txt
  7. pom.xml
  8. README.md
  9. 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".