Thomas Vachuska | fc7f22d | 2014-12-04 11:07:01 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
Brian O'Connor | a09fe5b | 2017-08-03 21:12:30 -0700 | [diff] [blame] | 3 | ~ Copyright 2014-present Open Networking Foundation |
Thomas Vachuska | fc7f22d | 2014-12-04 11:07:01 -0800 | [diff] [blame] | 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 | --> |
Thomas Vachuska | a2ae422 | 2015-04-29 18:42:09 -0700 | [diff] [blame] | 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-bundle" |
| 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>src/main/java</directory> |
| 25 | <includes> |
| 26 | <include>**/*.java</include> |
| 27 | </includes> |
| 28 | </fileSet> |
| 29 | </fileSets> |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 30 | <requiredProperties> |
| 31 | <requiredProperty key="onosVersion"> |
ONOS Jenkins User | 49b7f5c | 2021-09-20 07:54:37 +0000 | [diff] [blame^] | 32 | <defaultValue>2.5.3</defaultValue> |
Carmelo Cascone | 27b9712 | 2019-11-12 10:34:05 -0800 | [diff] [blame] | 33 | </requiredProperty> |
| 34 | </requiredProperties> |
Thomas Vachuska | fc7f22d | 2014-12-04 11:07:01 -0800 | [diff] [blame] | 35 | </archetype-descriptor> |