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, ...

Now I'm not sure how to get the EAR file inside the plugin script, I'd like to 
specify the EAR as an dependency in the POM and use this depency entry 
to load the file from the local repo and to deploy it inside my ant plugin?

regards, carsten


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to