Add properties for raw repo, docker reg

Issue-Id: DCAEGEN2-60
Change-Id: I51f4ed9d7d282bf6b91d7e5c32fb1057957af003
Signed-off-by: Lusheng Ji <lji@research.att.com>
1 file changed
tree: 49d0fcddc44ce8c5f5006c828a882089502633ca
  1. checkstyle/
  2. license/
  3. oparent/
  4. version-check-maven-plugin/
  5. .gitattributes
  6. .gitignore
  7. .gitreview
  8. LICENSE.txt
  9. pom.xml
  10. README.md
  11. settings.xml
  12. 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.