Add the odlparent-lite to the lighty.io artifacts without any parent

This addition should fix failing merge job. Error log from merge job:
"Deployment failed: repository element was not specified in the POM
inside distributionManagement element"

Signed-off-by: Samuel Kontris <samuel.kontris@pantheon.tech>
Change-Id: I0a0cc6fc59dbb5645ca9f3a5b3b250a0581763da
3 files changed
tree: 058379cb2fefc2b8893385657f476deb3cce3e12
  1. artifacts/
  2. dblib/
  3. features/
  4. filters/
  5. lighty/
  6. releases/
  7. sli/
  8. sliapi/
  9. sliPluginUtils/
  10. src/
  11. utils/
  12. .gitignore
  13. INFO.yaml
  14. LICENSE.txt
  15. pom.xml
  16. README.md
  17. 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 ONAP repositories and OpenDaylight repositories.

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