commit | 06b500355c944970d176c81230f40c76c00977d3 | [log] [tgz] |
---|---|---|
author | Dan Timoney <dtimoney@att.com> | Mon Jun 07 13:55:46 2021 -0400 |
committer | Dan Timoney <dtimoney@att.com> | Mon Jun 07 14:30:33 2021 -0400 |
tree | dcfbbc775e4015f1deaec10c729088de0b9fabf9 | |
parent | 67cb8d57527df08bd6997eb8b500ce31139016ce [diff] |
Handle duplicate installed versions Adjust mkbom.sh to handle the case where multiple versions of a jar comes pre-installed in OpenDaylight by sorting entries by groupId/artifactId/versionId and then using the latest installed version. Issue-ID: CCSDK-3328 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icd125d65a4a5ca50dd97a877bc85389299ff4fe1
The actual parent poms are being generated from below two pom-template
ccsdk/parent/odlparent/setup/src/main/template/pom-template.xml
ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml
Any updates needed should be made to respective template and not to the generated pom.xml file/files.
Every parent pom has associated properties files (src/main/properties).
Setup module will read those properties and populate respective values within generated pom.xml