summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml
diff options
context:
space:
mode:
authorFrank Kimmlingen <frank.kimmlingen@telekom.de>2022-09-07 11:23:52 +0200
committerFrank Kimmlingen <frank.kimmlingen@telekom.de>2022-09-09 12:59:06 +0000
commit43496fb210dd08bd934fedf2e5e1bba4636000d1 (patch)
tree27874cf1746f7c7f02ab47c2bcaf581a440ec669 /components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml
parent27778ac1289588a9f68e9b9408819f7bfb1c7d21 (diff)
Make UatExecutor accessible inside a CBA JUnit test
Issue-ID: CCSDK-3748 Signed-off-by: Frank Kimmlingen <frank.kimmlingen@telekom.de> Change-Id: Icbc0a44d91fd08f2e06a12bcdf016655a2b2282d
Diffstat (limited to 'components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml')
-rw-r--r--components/model-catalog/blueprint-model/archetype-blueprint/src/main/resources/META-INF/maven/archetype-metadata.xml9
1 files changed, 9 insertions, 0 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 84096e1c3..874556d0a 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
@@ -33,6 +33,15 @@
</includes>
</fileSet>
<fileSet encoding="UTF-8">
+ <directory>Tests/resources</directory>
+ <includes>
+ <include>**/*.properties</include>
+ <include>**/*.xml</include>
+ <include>**/*.yaml</include>
+ <include>**/*.yml</include>
+ </includes>
+ </fileSet>
+ <fileSet encoding="UTF-8">
<directory>Definitions</directory>
<includes>
<include>**/*.json</include>