Remove obsolete settings.xml files

Issue-Id: CCSDK-1
Change-Id: I73a814f27ca83a3a78e35cea34a7516b705c5961
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2 files changed
tree: 73eebd00807b40595ade2cba886f352bbc0859bd
  1. properties-node/
  2. restapi-call-node/
  3. .gitignore
  4. LICENSE.txt
  5. pom.xml
  6. README.md
  7. version.properties
README.md

This source repository contains the code for the SDN Controller plugins.

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