Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Felipe Leme
On Thu, 29 Jul 2004 14:12:55 +0200, "Emmanuel Venisse" <[EMAIL PROTECTED]> wrote: > This implementation will be use in the new generation of maven plugin. > http://cvs.plexus.codehaus.org/plexus/plexus-components/native-m2/plexus-archiver/ What's the cvs repository 'url' (in the :pserver:[EMAI

Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Felipe Leme
On Thu, 29 Jul 2004 14:16:25 +0200, Maczka Michal <[EMAIL PROTECTED]> wrote: I have my own version of zip plugin which does that - not only creates a zip but also merges other zips. Cool, looks like the zip plugin is getting a wider audience :-) If you're intersted I can send you my version of zip

Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Emmanuel Venisse
- Original Message - From: "Felipe Leme" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, July 29, 2004 3:10 PM Subject: Re: [PROPOSAL] Zip plugin > > On Thu, 29 Jul 2004 14:12:55 +0200, "Emmanuel Venis

Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Felipe Leme
On Thu, 29 Jul 2004 14:23:10 +0200, [EMAIL PROTECTED] wrote: > I think the uberjar plugin can do things that sounds like this : it's > aimed at distributing a project and its dependencies in a single > bundled archive. I don't think so. In my case, I need separated zip files, not just one bundle.

Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Felipe Leme
On Thu, 29 Jul 2004 14:12:55 +0200, "Emmanuel Venisse" <[EMAIL PROTECTED]> wrote: This implementation will be use in the new generation of maven plugin. http://cvs.plexus.codehaus.org/plexus/plexus-components/native-m2/plexus-archiver/ What's the cvs repository 'url' (in the :pserver:[EMAIL PROTECT

RE: [PROPOSAL] Zip plugin

2004-07-29 Thread Maczka Michal
> -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 2:15 PM > To: [EMAIL PROTECTED] > Subject: RE: [PROPOSAL] Zip plugin > > > On Thu, 29 Jul 2004 13:57:15 +0200, "Eric Pugh" > <[EMAIL PROTECTED]&

Réf. : RE: [PROPOSAL] Zip plugin

2004-07-29 Thread julien . kirch
I think the uberjar plugin can do things that sounds like this : it's aimed at distributing a project and its dependencies in a single bundled archive. Extranet [EMAIL PROTECTED] - 29/07/2004 09:14 Veuillez répondre à [EMAIL PROTECTED] Pour : dev cc : Objet : RE: [PROPOSAL

RE: [PROPOSAL] Zip plugin

2004-07-29 Thread Felipe Leme
On Thu, 29 Jul 2004 13:57:15 +0200, "Eric Pugh" <[EMAIL PROTECTED]> wrote: > I have two projects that basically take a jar, add a bunch of scripts etc, > and then use the jar plugin to jar it up and then rename to zip. Not sure > if it needs a whole nother plugin though.. We need at least a spe

Re: [PROPOSAL] Zip plugin

2004-07-29 Thread Emmanuel Venisse
. > > Of the top of my head, it feels like something that ought to be added to the > 'dist' plugin... > > Eric > > > -Original Message- > > From: Felipe Leme [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 29, 2004 6:53 AM > > To: Maven De

RE: [PROPOSAL] Zip plugin

2004-07-29 Thread Eric Pugh
added to the 'dist' plugin... Eric > -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 6:53 AM > To: Maven Developers List > Subject: [PROPOSAL] Zip plugin > > > Hi all, > > I'd like to make a prop

[PROPOSAL] Zip plugin

2004-07-28 Thread Felipe Leme
Hi all, I'd like to make a proposal: why don't we have a zip plugin, similar to war/ear/jar/rar, but creating a zip, without a manifest? I already have such a plugin, which is used in at least 2 cases in my projects: to create a zip with SQL scripts and other with app server descriptors. I can s