Re: Ant plugin and dependencies

2006-05-23 Thread Wayne Fay
If you forward this email to the Maven Users list, we'd be glad to help you there. But this list is strictly for discussing development of the Maven tool itself. Wayne On 5/23/06, Carsten Karkola <[EMAIL PROTECTED]> wrote: We moving a project from ant to mvn - so I have to replace ant tasks by

Ant plugin and dependencies

2006-05-23 Thread Carsten Karkola
We moving a project from ant to mvn - so I have to replace ant tasks by maven plugins. My problem: - plugin for start/stop Bea Weblogic and /deploy/undeploy a previously built EAR that gets installed in the local repo - I decided to use an Ant plugin with goals like wls:start wls:deploy, ... N