From: Rudrangi Anupriya Date: Mon, 4 Apr 2022 10:47:35 +0000 (+0530) Subject: CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDE X-Git-Tag: 1.3.1~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=263c8365dc5f42a24be86af1738da437fc396afc;p=ccsdk%2Fcds.git 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 --- 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