BUG 2757 - repeating logging of warning.
[openflowplugin.git] / distribution / cbench / src / assemble / bin.xml
1 <assembly
2   xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
3   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
5   <id>osgipackage</id>
6   <formats>
7     <format>dir</format>
8     <format>zip</format>
9   </formats>
10   <includeBaseDirectory>false</includeBaseDirectory>
11   <fileSets>
12     <fileSet>
13       <directory>${project.build.directory}/generated-resources</directory>
14       <outputDirectory>/</outputDirectory>
15       <excludes>
16         <exclude>opendaylight/plugins/org.opendaylight.controller.samples.simpleforwarding-*.jar</exclude>
17         <exclude>opendaylight/plugins/org.opendaylight.controller.arphandler-*.jar</exclude>
18         <exclude>opendaylight/plugins/org.opendaylight.controller.md.statistics-manager-*.jar</exclude>
19       </excludes>
20     </fileSet>
21   </fileSets>
22 </assembly>