Details
-
Story
-
Status: Closed
-
Medium
-
Resolution: Done
-
None
-
None
-
None
Description
- Restructure cps project (pom files) to aggregator project pattern (as used in many ONAP and ODL Projects:
- create parent module (decoupling of root from parent)
- create BOM module (for artifact provided)
- create dependency module
Acceptance Criteria:
- cps-bom: contains dependencyManagement declarations of all published components
- cps-dependencies: contains dependencyManagement declarations of upstream versions
- cps-parent: parent of cps project / decoupling of root project pom responsibilities
reference : https://www.baeldung.com/spring-maven-bom
Some ODL examples