commit | 76ea3c6659f864a7e577702165619df20b6f654c | [log] [tgz] |
---|---|---|
author | Singal, Kapil (ks220y) <ks220y@att.com> | Mon May 02 14:13:19 2022 -0400 |
committer | Singal, Kapil (ks220y) <ks220y@att.com> | Wed May 04 08:30:31 2022 -0400 |
tree | 058df9a76bfb37270632f788a5e857f6a9585e75 | |
parent | 386549759ed349d266a6310bb590070dd272e9f3 [diff] |
Refactoring springboot related template and pom-generation Issue-ID: CCSDK-3629 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I0d0bb47e55a1f27131795e609e38c0952e763856
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