[TEST-48] create a parent for python in oparent

This allows python projects to inherit common stuff from this

Change-Id: Ifea061e33be75237ebe459fc7481d32cdbcc2182
Signed-off-by: DR695H <dr695h@att.com>
2 files changed
tree: e4423e2301a5955ea8d70f1b41f62ac8306f3d5a
  1. checkstyle/
  2. license/
  3. oparent/
  4. oparent-odlparent/
  5. oparent-python/
  6. versions/
  7. .gitattributes
  8. .gitignore
  9. .gitreview
  10. LICENSE.txt
  11. pom.xml
  12. README.md
  13. settings.xml
  14. version.properties
README.md

ONAP O-Parent

Description

ONAP O-Parent provides common default settings for all the projects participating in simultaneous release.

  • Isolate all the common external dependencies, default version, dependency management, plugin management, etc.
  • Avoid duplicate/conflicting settings for each project
  • Each project sets its parent to inherit the defaults from ONAP Parent
  • Project level external dependencies and versions can be overridden if necessary

All projects participating in simultaneous release will inherit defaults from O-Parent.