for deploying have a look at cargo at:
http://cargo.codehaus.org/

I have used the cargo plugin and the tomcat plugin and both of them
have a flaw if you are deploying to a remote server (ie one without
maven installed on it).

When they deploy, they first undeploy your application, then they copy
the war file over from your client to the server, then they deploy the
new war file (just copied over).

This is ok if you have a fast connection between the client machine
(running maven) and the server (running tomcat).  But if you are doing
this over the internet, the time you application is offline can be
quite long as you must wait for the whole war file to be copied over
while your app isn't available.

Kev

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

Reply via email to