dd756775fec19ad6effb747f0ef6b1aefb8293f5
[ccsdk/cds.git] /
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ~ Copyright © 2021 Bell Canada
4   ~
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
8   ~
9   ~     http://www.apache.org/licenses/LICENSE-2.0
10   ~
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.
16   -->
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">
20   <fileSets>
21     <fileSet encoding="UTF-8">
22       <directory>Tests/kotlin</directory>
23       <includes>
24         <include>**/*.kt</include>
25       </includes>
26     </fileSet>
27     <fileSet encoding="UTF-8">
28       <directory>Definitions</directory>
29       <includes>
30         <include>**/*.json</include>
31       </includes>
32     </fileSet>
33     <fileSet encoding="UTF-8">
34       <directory>TOSCA-Metadata</directory>
35       <includes>
36         <include>**/*.meta</include>
37       </includes>
38     </fileSet>
39     <fileSet encoding="UTF-8">
40       <directory>Scripts/kotlin</directory>
41       <includes>
42         <include>**/*.kt</include>
43       </includes>
44     </fileSet>
45   </fileSets>
46   <requiredProperties>
47     <requiredProperty key="cdsUsername">
48       <defaultValue>ccsdkapps</defaultValue>
49     </requiredProperty>
50      <requiredProperty key="cdsPassword">
51       <defaultValue>ccsdkapps</defaultValue>
52     </requiredProperty>
53     <requiredProperty key="groupId">
54       <defaultValue>org.onap.ccsdk.cds.components.cba</defaultValue>
55     </requiredProperty>
56     <requiredProperty key="artifactId">
57       <defaultValue>test-cba</defaultValue>
58     </requiredProperty>
59   </requiredProperties>
60   
61 </archetype-descriptor>