blob: 31f9f419c754fcd53f0219afaa983e29468d9d4f [file] [log] [blame]
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -07001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Brian O'Connora09fe5b2017-08-03 21:12:30 -07003 ~ Copyright 2015-present Open Networking Foundation
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -07004 ~
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-ui" 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>
Ray Milkey301cd332017-05-01 16:00:53 -070023 <fileSet filtered="true" packaged="true" encoding="UTF-8">
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070024 <directory>src/main/java</directory>
25 <includes>
26 <include>**/*.java</include>
27 </includes>
28 </fileSet>
Ray Milkey301cd332017-05-01 16:00:53 -070029 <fileSet filtered="false" packaged="false" encoding="UTF-8">
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070030 <directory>src/main/resources</directory>
31 <includes>
32 <include>**/*.html</include>
33 <include>**/*.js</include>
34 <include>**/*.css</include>
35 </includes>
36 </fileSet>
37 </fileSets>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080038 <requiredProperties>
39 <requiredProperty key="onosVersion">
ONOS Jenkins Usere1b8cb82020-02-20 18:23:47 +000040 <defaultValue>2.2.1</defaultValue>
Carmelo Cascone87b893e2019-11-12 10:34:05 -080041 </requiredProperty>
42 </requiredProperties>
Thomas Vachuskaa2ae4222015-04-29 18:42:09 -070043</archetype-descriptor>