On Sun, Oct 5, 2008 at 4:55 PM, buters <[EMAIL PROTECTED]> wrote: > how can I create a zip-Archive instead of jar-one with Maven?
You can use the Assembly plugin [1] to create zip files. ... and you might want to keep an eye on MNG-1683 [2] which adds zip as a packaging type. [1] http://maven.apache.org/plugins/maven-assembly-plugin [2] http://jira.codehaus.org/browse/MNG-1683 -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
