From 4bbf560bb197d33fc4d8e37d2ad2b0f80bc79299 Mon Sep 17 00:00:00 2001 From: kuldipr Date: Fri, 21 May 2021 09:17:31 -0400 Subject: Create a CBA boilerplate by leveraging the use of maven archetypes An archetype is a very simple artifact, that contains the project prototype you wish to create. Idea here is to provide better user experience when it comes to setup, configuration and testing of CBAs. With just one maven command 'mvn archetype:generate' use can have boilerplate cba ready to be explored, deployed and published. Issue-ID: CCSDK-3311 Signed-off-by: kuldipr Change-Id: Id02f641a37c8f1768226b503c4e18a3a447c05da --- components/model-catalog/blueprint-model/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/model-catalog/blueprint-model/pom.xml') diff --git a/components/model-catalog/blueprint-model/pom.xml b/components/model-catalog/blueprint-model/pom.xml index 3b139b965..7e277c618 100644 --- a/components/model-catalog/blueprint-model/pom.xml +++ b/components/model-catalog/blueprint-model/pom.xml @@ -32,6 +32,7 @@ Components Model Catalog - Blueprints Model + archetype-blueprint test-blueprint cba-assembly-descriptor test-blueprint-kotlin-parent -- cgit 1.2.3-korg