blob: 24aeb31a0b4d46be3847c2408ab65275db2b49a0 [file] [log] [blame]
Sean Condona36f65c2019-05-20 08:21:41 +01001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2015-present Open Networking Foundation
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
18 xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0 http://maven.apache.org/xsd/archetype-descriptor-1.0.0.xsd"
19 name="onos-ui2" partial="true"
20 xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
21 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22 <fileSets>
23 <fileSet filtered="true" packaged="true" encoding="UTF-8">
24 <directory>app/src/main/java</directory>
25 <includes>
26 <include>**/*.java</include>
27 </includes>
28 </fileSet>
29 <fileSet filtered="true" packaged="false" encoding="UTF-8">
30 <directory>app</directory>
31 <includes>
32 <include>pom.xml</include>
33 <include>BUILD.rename</include>
34 </includes>
35 </fileSet>
36 <fileSet filtered="true" packaged="false" encoding="UTF-8">
37 <directory>web</directory>
38 <includes>
39 <include>**/*.html</include>
40 <include>**/*.ts</include>
41 <include>**/*.css</include>
42 <include>**/*.json</include>
Sean Condon27f06da2019-05-25 17:02:14 +010043 <include>__artifactId__-gui/projects/__artifactId__-gui-lib/karma.conf.js</include>
Sean Condon4b7818d2019-05-23 07:45:14 +010044 <include>__artifactId__-gui/LICENSE</include>
Sean Condona36f65c2019-05-20 08:21:41 +010045 <include>__artifactId__-gui/*.md</include>
46 <include>__artifactId__-gui/pom.xml</include>
47 <include>__artifactId__-gui/BUILD.rename</include>
Sean Condon27f06da2019-05-25 17:02:14 +010048 <!-- Needs to be renamed-->
Sean Condona36f65c2019-05-20 08:21:41 +010049 <include>__artifactId__-gui/gitignore</include>
50 </includes>
51 </fileSet>
Sean Condon27f06da2019-05-25 17:02:14 +010052 <fileSet filtered="true" packaged="false" encoding="UTF-8">
53 <directory/>
54 <includes>
55 <include>README.md</include>
56 <include>BUILD.rename</include>
57 </includes>
58 </fileSet>
59 <fileSet filtered="false" packaged="false" encoding="UTF-8">
60 <directory>web/__artifactId__-gui</directory>
61 <include>ng-test.sh</include>
62 </fileSet>
Sean Condona36f65c2019-05-20 08:21:41 +010063 </fileSets>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080064 <requiredProperties>
65 <requiredProperty key="onosVersion">
ONOS Jenkins Usere5bbfdd2021-03-29 18:56:41 +000066 <defaultValue>2.2.8</defaultValue>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080067 </requiredProperty>
68 </requiredProperties>
Sean Condona36f65c2019-05-20 08:21:41 +010069</archetype-descriptor>