Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 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 | <fileSet> |
| 14 | <directory>src/main/resources/scripts</directory> |
| 15 | <outputDirectory>scripts</outputDirectory> |
| 16 | </fileSet> |
| 17 | </fileSets> |
| 18 | </assembly> |