blob: 204bbf0b252c4ebd07dab2ceb9f4f5653d0b2708 [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>filtered-assembly</id>
<formats>
<format>dir</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<componentDescriptors>
<!-- Needs to be interpolated before actual resolution -->
<componentDescriptor>${project.basedir}/component.xml</componentDescriptor>
</componentDescriptors>
</assembly>