diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-19 17:45:00 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-20 11:40:05 -0500 |
commit | 46751a7e8876ea31868f51be3e7f8c8f0dad0c87 (patch) | |
tree | fd0d81afcb64510d24f5d1425c575ae765484e5c /Readme.MD | |
parent | 9548ff862e5dbe4531e3fcfccd0e472228d7770d (diff) |
Refactoring parent root poms
1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies
2) Adding spring-boot-setup pom and related templates for spring-boot parent poms
3) Adding jetty-server to dependency-odl-bom
4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms
Issue-ID: CCSDK-2107
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c
Diffstat (limited to 'Readme.MD')
-rw-r--r-- | Readme.MD | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Readme.MD b/Readme.MD new file mode 100644 index 00000000..25b07196 --- /dev/null +++ b/Readme.MD @@ -0,0 +1,15 @@ +## !!!!! PLEASE READ !!!!! + +The actual parent poms are being generated from below two pom-template + +##### ODL related parent poms: +ccsdk/parent/odlparent/setup/src/main/template/pom-template.xml + +##### Springboot related parent poms: +ccsdk/parent/springboot/spring-boot-setup/src/main/template/pom-template.xml + +#### Note: +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).<br> +Setup module will read those properties and populate respective values within generated pom.xml
\ No newline at end of file |