blob: 71b415d5de166ffe37e3ac0fb6f02c78979cb94a [file] [log] [blame]
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
<id>bin</id>
<formats>
<format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<dependencySets>
<dependencySet>
<includes>
<include>test:child1</include>
</includes>
<unpack>true</unpack>
<outputDirectory>/${artifact.artifactId}</outputDirectory>
<fileMode>0444</fileMode>
<directoryMode>0555</directoryMode>
</dependencySet>
</dependencySets>
</assembly>