Fixed few sonar warnings.
[controller.git] / opendaylight / archetypes / opendaylight-karaf-features / src / main / resources / META-INF / maven / archetype-metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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="features-integration"
3     xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype-descriptor/1.0.0"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5   <requiredProperties>
6     <requiredProperty key="repoName"/>
7   </requiredProperties>
8   <fileSets>
9     <fileSet filtered="true" encoding="UTF-8">
10     <directory>src/main/resources</directory>
11     <include>**/*.xml</include>
12     </fileSet>
13   </fileSets>
14 </archetype-descriptor>