blob: fe6db764b765e10d6b69e5c773ea096e9790c236 [file] [log] [blame]
Simon Hunt84f4c2a2015-09-23 17:52:45 -07001<?xml version="1.0" encoding="UTF-8"?>
2
3<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07004 ~ Copyright 2015-present Open Networking Foundation
Simon Hunt84f4c2a2015-09-23 17:52:45 -07005 ~
6 ~ Licensed under the Apache License, Version 2.0 (the "License");
7 ~ you may not use this file except in compliance with the License.
8 ~ You may obtain a copy of the License at
9 ~
10 ~ http://www.apache.org/licenses/LICENSE-2.0
11 ~
12 ~ Unless required by applicable law or agreed to in writing, software
13 ~ distributed under the License is distributed on an "AS IS" BASIS,
14 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 ~ See the License for the specific language governing permissions and
16 ~ limitations under the License.
17 -->
18<archetype-descriptor
19 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"
20 name="onos-uitab" partial="true"
21 xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
23 <fileSets>
24 <fileSet filtered="true" packaged="true" encoding="UTF-8">
25 <directory>src/main/java</directory>
26 <includes>
27 <include>**/*.java</include>
28 </includes>
29 </fileSet>
Ray Milkey8be2e1b2017-03-07 11:28:11 -080030 <fileSet filtered="false" packaged="false" encoding="UTF-8">
Simon Hunt84f4c2a2015-09-23 17:52:45 -070031 <directory>src/main/resources</directory>
32 <includes>
33 <include>**/*.html</include>
34 <include>**/*.js</include>
35 <include>**/*.css</include>
36 </includes>
37 </fileSet>
38 </fileSets>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080039 <requiredProperties>
40 <requiredProperty key="onosVersion">
ONOS Jenkins Userd48b7dd2020-09-21 21:05:01 +000041 <defaultValue>2.2.6-SNAPSHOT</defaultValue>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080042 </requiredProperty>
43 </requiredProperties>
Simon Hunt84f4c2a2015-09-23 17:52:45 -070044</archetype-descriptor>