summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources
AgeCommit message (Collapse)AuthorFilesLines
2020-09-14Revert change assembly descriptor idJozsef Csongvai1-1/+1
Changing ID also changes the file name of the zipfile. This caused the -Pdeploy-cba to fail as it was expecting a file with ending *-cba.zip, instead it got *-cba_zip.zip Issue-ID: CCSDK-2787 Change-Id: I825218724fd917a69a727cb1945cf313c950b27f Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2020-09-02Adding parent pom referenceSingal, Kapil (ks220y)1-1/+1
Adding parent pom to cba-assembly-descriptor as it needs to inherit repository from parent so maven-deploy-plugin works Issue-ID: CCSDK-2720 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I44ce3721f280555b81475580ca47539ae83d07ca
2020-08-17Fixing and Refactoring PomSingal, Kapil (ks220y)1-24/+24
Changing parent reference to avoid relative path issue and adding copyright header to new pom Issue-ID: CCSDK-2642 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: Ibd6a6867eea9849cc1ddc37e9accdba6b4ddca09
2020-08-11Add test-blueprint-kotlin-parentJozsef Csongvai1-0/+43
This parent project is intended for inheritence in CBA pom.xml. It provides dependencies for testing and mocking kotlin scripts. By turning a CBA into a maven project which inherits this parent, users will be able to debug and unit test their kotlin scripts. The parent also includes a profile (-Pdeploy-cba) which will enrich and publish the CBA to a running instance of CDS, defined by properties in the CBA pom.xml. This patch also adds a common assembly descriptor for resuse in maven-assembly-plugin where it is used to package CBA into zip. Issue-ID: CCSDK-2642 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca> Change-Id: I160c3c3e982ad4ed46f0704d6dc27dadfb0dfdc8