Details
Description
I'd like to deploy in continuum (then with to the cargo maven plugin) the same war to several servers in the goal to run Integration tests.
First I think it was possible but after finding a way to do it in the pom.xml, I realized that this need was very specific to my project for which integration tests are a little bit complex.
Could you confirm that it's not possible and then I have to write several ant task that maven could execute pearhaps with a maven ant plugin ?