blob: cf54c33fa627c9cf1c4a91357f4f33bda6949401 [file] [log] [blame]
Simon Hunt1ee09852015-09-29 12:28:14 -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 Hunt1ee09852015-09-29 12:28:14 -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-uitopo" 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 Hunt1ee09852015-09-29 12:28:14 -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 Cascone27b97122019-11-12 10:34:05 -080039 <requiredProperties>
40 <requiredProperty key="onosVersion">
ONOS Jenkins Usere769afd2021-12-19 17:50:53 +000041 <defaultValue>2.5.5</defaultValue>
Carmelo Cascone27b97122019-11-12 10:34:05 -080042 </requiredProperty>
43 </requiredProperties>
Simon Hunt1ee09852015-09-29 12:28:14 -070044</archetype-descriptor>