From 263c8365dc5f42a24be86af1738da437fc396afc Mon Sep 17 00:00:00 2001 From: Rudrangi Anupriya Date: Mon, 4 Apr 2022 16:17:35 +0530 Subject: CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDE Change-Id: Iadfee3898ab2b8b746c0e10d8d04c0d6f862a3cb Issue-ID: CCSDK-3472 Signed-off-by: Rudrangi Anupriya --- .../main/resources/META-INF/maven/archetype-metadata.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'components/model-catalog/blueprint-model') diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml index dd756775f..16d858048 100644 --- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml +++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml @@ -18,6 +18,19 @@ xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + + Templates + + **/*.vtl + **/*.json + + + + Tests + + **/*.txt + + Tests/kotlin -- cgit 1.2.3-korg