RE: how to prevent from creating exploded archive?

2006-02-21 Thread Brian E. Fox
To: Maven Users List Subject: Re: how to prevent from creating exploded archive? Even if I need to conduct very trivial action, you still recommend new mojo? 2006/2/21, Alexandre Poitras <[EMAIL PROTECTED]>: > > I think the best practice would be to developp a new Mojo, wich can

Re: how to prevent from creating exploded archive?

2006-02-21 Thread Alexandre Poitras
older in the package phase. (pom defined plugins run after the > > > > lifecycle ones so calling in the package phase will still cause it to > > > > run after war) > > > > > > > > -Original Message----- > > > > From: Szczepan Faber [mail

RE: how to prevent from creating exploded archive?

2006-02-21 Thread Brian E. Fox
Correct. Besides writing a plugin, the only other alternative is to use the ant plugin. -Original Message- From: Alexandre Poitras [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 2:17 PM To: Maven Users List Subject: Re: how to prevent from creating exploded archive? I

Re: how to prevent from creating exploded archive?

2006-02-21 Thread Szczepan Faber
gt; > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > > > Sent: Sunday, February 19, 2006 6:38 PM > > > To: users@maven.apache.org > > > Subject: how to prevent from creating exploded archive? > > > > > > How to prevent from creating exploded archive

Re: how to prevent from creating exploded archive?

2006-02-21 Thread Alexandre Poitras
war) > > > > -Original Message- > > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > > Sent: Sunday, February 19, 2006 6:38 PM > > To: users@maven.apache.org > > Subject: how to prevent from creating exploded arch

Re: how to prevent from creating exploded archive?

2006-02-21 Thread Szczepan Faber
l cause it to > run after war) > > -Original Message- > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 19, 2006 6:38 PM > To: users@maven.apache.org > Subject: how to prevent from creating exploded archive? > > How to prevent from creating exploded archiv

Re: how to prevent from creating exploded archive?

2006-02-19 Thread Alexandre Poitras
ause it to > run after war) > > -Original Message- > From: Szczepan Faber [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 19, 2006 6:38 PM > To: users@maven.apache.org > Subject: how to prevent from creating exploded archive? > > How to prevent from creating exploded ar

RE: how to prevent from creating exploded archive?

2006-02-19 Thread Brian E. Fox
es so calling in the package phase will still cause it to run after war) -Original Message- From: Szczepan Faber [mailto:[EMAIL PROTECTED] Sent: Sunday, February 19, 2006 6:38 PM To: users@maven.apache.org Subject: how to prevent from creating exploded archive? How to prevent from creating exp

how to prevent from creating exploded archive?

2006-02-19 Thread Szczepan Faber
How to prevent from creating exploded archive in war:war goal (I want only war to appear in target) ?