How does cargo check if a deployment is done ?

2010-06-23 Thread daniel . d . santos
Hello, I am using the cargo maven plugin to deploy on tomcat 5.5. When I run the integration-test the cargo plugin starts tomcat, copies the deployables to the tomcat installation, and then starts waiting to check if the files are deployed. What I want to know is how is this check is made. Is

Re: How does cargo check if a deployment is done ?

2010-06-23 Thread Anders Hammar
There's a cargo mailing list that would be very appropriate for this question. It is not a Maven question. /Anders On Wed, Jun 23, 2010 at 12:29, daniel.d.san...@externe.bnpparibas.comwrote: Hello, I am using the cargo maven plugin to deploy on tomcat 5.5. When I run the integration-test