Sonar fix: AnsibleMessageParser

Fixed sonar issues/code smells across this file

Issue-ID: CCSDK-889
Change-Id: I17520284ad7a74573830ca18de37cbcdcf5d6b6d
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
1 file changed
tree: c73750248b34c8b56d809fa0e4c36c3ffc2a76c8
  1. aai-service/
  2. ansible-adapter/
  3. artifacts/
  4. features/
  5. mdsal-resource/
  6. netbox-client/
  7. resource-assignment/
  8. saltstack-adapter/
  9. sql-resource/
  10. .gitignore
  11. INFO.yaml
  12. LICENSE.txt
  13. pom.xml
  14. README.md
  15. 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".