Re: war:exploded or alternatives?

2010-05-12 Thread Kristian Rink
Am 12.05.2010 09:53, schrieb Stephen Connolly: add an execution bound to the phase you want and put the configuration of that execution in the execution. Well, that's what I thought too, and I figured out that calling war:exploded actually does what I need, with one minor annoyance (which is

Re: war:exploded or alternatives?

2010-05-12 Thread Stephen Connolly
add an execution bound to the phase you want and put the configuration of that execution in the execution. On 12 May 2010 08:22, Kristian Rink wrote: > Folks; > > in some cases, we're deploying webapps built as .war files manually to some > application server, but in some structure, I'd like to,

war:exploded or alternatives?

2010-05-12 Thread Kristian Rink
Folks; in some cases, we're deploying webapps built as .war files manually to some application server, but in some structure, I'd like to, after install:install has finished, automatically unpack them to some given webapps folder for a local jetty installation for the sake of zipping / deploy