Merge "Implement test cases for fabric discovery plugin"
tree: 86cc7e8725e3683faf6f206dbb31fdbf1765d291
  1. fabric-discovery-plugin/
  2. properties-node/
  3. restapi-call-node/
  4. .gitignore
  5. LICENSE.txt
  6. pom.xml
  7. README.md
  8. version.properties
README.md

This source repository contains the code for the CCSDK plugins.

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".