Re: Assembly plugin: specifying an alternative extension name for the assembly

2010-02-04 Thread Graham Charters
/assembly.html#class_assembly Joe Hindsley Graham Charters wrote: Hi, I'm trying to create a zip file using the assembly plugin, but I'd like it to have a different extension (not .zip).  I've tried using finalName/, but that still insists on giving the file the .zip extension

Configuring components.xml into assembly plugin

2010-02-04 Thread Graham Charters
Hi, I have a components.xml definition that tells the assembly plugin to use the ZipArchiver when configured with formatext/format, where 'ext' is a new file extensions to use instead of zip. The component element looks as follows: component

Assembly plugin: specifying an alternative extension name for the assembly

2009-11-19 Thread Graham Charters
Hi, I'm trying to create a zip file using the assembly plugin, but I'd like it to have a different extension (not .zip). I've tried using finalName/, but that still insists on giving the file the .zip extension. Is this possible using the assembly plugin, or should I be using something else?