Fix groupIds

Updated groupId to org.onap.ccsdk.sli.adaptors to allow clean Nexus deploy

Issue: CCSDK-14
Change-Id: I228978572b2f574e95caa4ff2f40fdbfdcc330ad
Signed-off-by: Dan Timoney <dtimoney@att.com>
17 files changed
tree: 95ab373857c9ce988ca8addfdfb4ec17d5f26014
  1. aai-service/
  2. mdsal-resource/
  3. resource-assignment/
  4. sql-resource/
  5. .gitignore
  6. example-settings.xml
  7. jenkins-settings.xml
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. 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".