[SDNC-3] Fix site plugin config

Remove site plugin config from dblib, filters - use values from rootpom

Change-Id: Ia2b6b293aeb6d9a24d21ed82ae4f5b3d86816c6c
Signed-off-by: Dan Timoney <dtimoney@att.com>
2 files changed
tree: 49fc2b6c53718e1d00570369264ecfb2bab522bb
  1. dblib/
  2. filters/
  3. rootpom/
  4. sli/
  5. sliapi/
  6. sliPluginUtils/
  7. src/
  8. .gitignore
  9. .gitreview
  10. .scanignore
  11. example-settings.xml
  12. jenkins-settings.xml
  13. LICENSE.txt
  14. pom.xml
  15. README.md
  16. version.properties
README.md

This source repository contains the code for the core SDN Controller components. 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".