From fb0b3dc943bca0346271e0889ff2e7dbf3c77eeb Mon Sep 17 00:00:00 2001 From: Jozsef Csongvai Date: Tue, 11 Aug 2020 16:17:55 -0400 Subject: Add test-blueprint-kotlin-parent 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 Change-Id: I160c3c3e982ad4ed46f0704d6dc27dadfb0dfdc8 --- .../src/main/resources/assemblies/cba_zip.xml | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml (limited to 'components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main') diff --git a/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml b/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml new file mode 100644 index 000000000..71a3c8d44 --- /dev/null +++ b/components/model-catalog/blueprint-model/cba-assembly-descriptor/src/main/resources/assemblies/cba_zip.xml @@ -0,0 +1,43 @@ + + + + + + cba + + zip + + false + + + ${project.basedir} + + Definitions/** + Distribution/** + Environments/** + Plans/** + Others/** + Scripts/** + Templates/** + TOSCA-Metadata/** + pom.xml + + + + \ No newline at end of file -- cgit 1.2.3-korg