diff options
author | Rudrangi Anupriya <ra00745022@techmahindra.com> | 2022-04-09 18:47:28 +0530 |
---|---|---|
committer | Rudrangi Anupriya <ra00745022@techmahindra.com> | 2022-04-09 19:36:00 +0530 |
commit | 795c2d4349e04c4f7c0d4d5fb467727b8118b44a (patch) | |
tree | c02ff8dfe8c167ee4da48dd96473bdab14e2da54 | |
parent | 263c8365dc5f42a24be86af1738da437fc396afc (diff) |
CCSDK-3472 Maven plugin support of velocity for CBA package creation in IDE
Issue-ID: CCSDK-3472
Change-Id: I419ed795b3fdf31b35ed379010df44bdc4164d7b
Signed-off-by: Rudrangi Anupriya <ra00745022@techmahindra.com>
-rw-r--r-- | components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml | 7 | ||||
-rw-r--r-- | components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/default-variable-value-data.txt (renamed from components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/default-variable-value-data.txt) | 0 |
2 files changed, 1 insertions, 6 deletions
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 16d858048..84096e1c3 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 @@ -26,15 +26,10 @@ </includes> </fileSet> <fileSet encoding="UTF-8"> - <directory>Tests</directory> - <includes> - <include>**/*.txt</include> - </includes> - </fileSet> - <fileSet encoding="UTF-8"> <directory>Tests/kotlin</directory> <includes> <include>**/*.kt</include> + <include>**/*.txt</include> </includes> </fileSet> <fileSet encoding="UTF-8"> diff --git a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/default-variable-value-data.txt b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/default-variable-value-data.txt index f2359e863..f2359e863 100644 --- a/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/default-variable-value-data.txt +++ b/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/archetype-resources/Tests/kotlin/default-variable-value-data.txt |