1 <?xml version="1.0" encoding="UTF-8"?>
3 ~ Copyright © 2021 Bell Canada
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
9 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
17 <archetype-descriptor xsi:schemaLocation="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0 http://maven.apache.org/xsd/archetype-descriptor-1.1.0.xsd" name="archetype-blueprint"
18 xmlns="https://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.1.0"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
21 <fileSet encoding="UTF-8">
22 <directory>Templates</directory>
24 <include>**/*.vtl</include>
25 <include>**/*.json</include>
28 <fileSet encoding="UTF-8">
29 <directory>Tests</directory>
31 <include>**/*.txt</include>
34 <fileSet encoding="UTF-8">
35 <directory>Tests/kotlin</directory>
37 <include>**/*.kt</include>
40 <fileSet encoding="UTF-8">
41 <directory>Definitions</directory>
43 <include>**/*.json</include>
46 <fileSet encoding="UTF-8">
47 <directory>TOSCA-Metadata</directory>
49 <include>**/*.meta</include>
52 <fileSet encoding="UTF-8">
53 <directory>Scripts/kotlin</directory>
55 <include>**/*.kt</include>
60 <requiredProperty key="cdsUsername">
61 <defaultValue>ccsdkapps</defaultValue>
63 <requiredProperty key="cdsPassword">
64 <defaultValue>ccsdkapps</defaultValue>
66 <requiredProperty key="groupId">
67 <defaultValue>org.onap.ccsdk.cds.components.cba</defaultValue>
69 <requiredProperty key="artifactId">
70 <defaultValue>test-cba</defaultValue>
74 </archetype-descriptor>