Cleanup project's name in Sonar

The name parameter in the root pom.xml should
match the project name in gerrit to reflect consistency
in Sonar.

Change-Id: I327ad04e5de1c2180d5bc0924e5546b76f134451
Issue-id: CIMAN-65
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
1 file changed
tree: 2386aa738145cb244a0bc1e1cc888be7770bc81c
  1. aai-service/
  2. mdsal-resource/
  3. resource-assignment/
  4. sql-resource/
  5. .gitignore
  6. .gitreview
  7. example-settings.xml
  8. jenkins-settings.xml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. 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 OpenECOMP repositories and OpenDaylight repositories. See example-settings.xml for an example.

  2. To compile, run "mvn clean install".