remove duplicated maven property

Change-Id: I3a4341169cb06951c4b3def0f211b559b9621c32
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
1 file changed
tree: d1c6b0af67cae7c2d7716b89597cc6e80b9fcd85
  1. checkstyle/
  2. license/
  3. version/
  4. .gitattributes
  5. .gitignore
  6. .gitreview
  7. LICENSE.txt
  8. pom.xml
  9. README.md
  10. settings.xml
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.