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 ext, where 'ext' is a new file extensions to use instead of zip. The component element looks as follows: org.codehaus.plexus.archiver.Archiver ext org.codehau

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

2010-02-04 Thread Graham Charters
ustom Archiver to get a different > extension, but haven't looked under the hood of the assembly plugin to know > for sure. > > More information is here: > > http://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_assembly > > Joe Hindsley > > &g

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 , 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? Many thanks