I'd leave it in Ant, and call it directly, not via antrun/maven. That's how I'm deploying our j2ee app currently... Just plain old "ant <target>".
;-) Wayne On 3/16/06, Chris Hagmann <[EMAIL PROTECTED]> wrote: > We need to execute some ANT tasks (e.g. for > redeploying a server configuration) which we only need > to execute every so often, but which are not part of > the regular build lifecycle. Hence we need to > configure the plugin, but cannot bind it to any of the > lifecycle phases of Maven 2. > > How can we do that? > > Thanks, > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
