Glenn Silverman
2011-11-23 17:35:12 UTC
Help! I have a fileSet element in my assembly.bin that looks like this:
<fileSet>
<directory>resources/running.war</directory>
<outputDirectory>deploy/running.war</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
However, instead of putting the files in deploy/running.war, the plugin
puts it in deploy/running, leaving off the extension.
I need the extension on the output directory. Is there any way to do
that using the assembly plugin.
<fileSet>
<directory>resources/running.war</directory>
<outputDirectory>deploy/running.war</outputDirectory>
<includes>
<include>**/*</include>
</includes>
</fileSet>
However, instead of putting the files in deploy/running.war, the plugin
puts it in deploy/running, leaving off the extension.
I need the extension on the output directory. Is there any way to do
that using the assembly plugin.