Create test model
[sdc.git] / integration-tests / src / main / assembly / normatives.xml
1 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
4   <id>bin</id>
5   <formats>
6     <format>tar.gz</format>
7   </formats>
8   <fileSets>  
9         <fileSet>
10                 <directory>src/main/resources/import</directory>
11         <outputDirectory>import</outputDirectory>
12         </fileSet>
13   </fileSets>
14 </assembly>