removed code smells

Reduced the code smells

Issue-ID: CCSDK-2232
Change-Id: I30eec021ba50f28dc1df2fd554c4e349c4a76dd6
Signed-off-by: Rupinder<rupinsi1@in.ibm.com>
4 files changed
tree: b99e7d309201c27314c7378e6324f9ff3c5b669e
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. base/
  5. features/
  6. mdsal-resource/
  7. message-router/
  8. netbox-client/
  9. releases/
  10. resource-assignment/
  11. saltstack-adapter/
  12. sql-resource/
  13. .gitignore
  14. INFO.yaml
  15. LICENSE.txt
  16. pom.xml
  17. README.md
  18. version.properties
README.md

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