blob: 5f30b85fbfe8d1b8008e5305a45ce1f424f29491 [file] [log] [blame]
Thomas Vachuskafc7f22d2014-12-04 11:07:01 -08001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ~ Copyright 2014 Open Networking Laboratory
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 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" name="onos-bundle"
18 xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
20 <fileSets>
21 <fileSet filtered="true" packaged="true" encoding="UTF-8">
22 <directory>src/main/java</directory>
23 <includes>
24 <include>**/*.java</include>
25 </includes>
26 </fileSet>
27 <fileSet filtered="true" packaged="false" encoding="UTF-8">
28 <directory>src/main/resources</directory>
29 <includes>
30 <include>**/*.xml</include>
31 </includes>
32 </fileSet>
33 </fileSets>
34</archetype-descriptor>