Re: Some questions on dist plugin and proposal for improvement

2004-11-09 Thread Brett Porter
a new goal to handle their format, if necessary. Sounds cool. Brett, what do you think? Sounds good for this particular issue. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PRO

RE: Some questions on dist plugin and proposal for improvement

2004-11-08 Thread Vincent Massol
Hi Felipe, > -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: lundi 8 novembre 2004 00:24 > To: Maven Developers List > Subject: RE: Some questions on dist plugin and proposal for improvement > > Vincent, > > On Tue, 2004-11-02 at

Re: Some questions on dist plugin and proposal for improvement

2004-11-07 Thread Dion Gillard
NSIS was decoupled from dist a while back. On Tue, 02 Nov 2004 22:43:41 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > Vincent Massol wrote: > > >Hi Mavens, > > > >I was browsing through the dist plugin source code and I have a few > >questions/remarks/proposal: > > > >1/ Are the following pro

RE: Some questions on dist plugin and proposal for improvement

2004-11-07 Thread Felipe Leme
Vincent, On Tue, 2004-11-02 at 12:04, Vincent Massol wrote: > ATM, there are 2 supported distribution types: zip and tar.gz. > ATM, they are both mandatory. Do you think they should be kept mandatory? I don't think they should be mandatory. In fact, I have already modified the plugin locally (t

RE: Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Vincent Massol
Hi Brett, > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mardi 2 novembre 2004 12:44 > To: Maven Developers List > Subject: Re: Some questions on dist plugin and proposal for improvement > > >Hi Mavens, > > > >I was bro

Re: Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Brett Porter
Vincent Massol wrote: Hi Mavens, I was browsing through the dist plugin source code and I have a few questions/remarks/proposal: 1/ Are the following properties used at all or can they be deleted: maven.dist.tar.executable=tar maven.dist.gunzip.executable=gunzip They can now be removed. 2/ Why

Some questions on dist plugin and proposal for improvement

2004-11-02 Thread Vincent Massol
Hi Mavens, I was browsing through the dist plugin source code and I have a few questions/remarks/proposal: 1/ Are the following properties used at all or can they be deleted: maven.dist.tar.executable=tar maven.dist.gunzip.executable=gunzip 2/ Why is there a dependency to the jar:jar goal in th