Hi, > a) Run the entire mvn build with just the clean and deploy, but > deploy ONLY if all projects build and pass the tests properly > > b) Run the other installs, but when it comes to the deploy, not to > run the install again, just deploy what is already there.
Have a look at http://wiki.hudson-ci.org/display/HUDSON/Join+Plugin or https://wiki.jenkins-ci.org/display/JENKINS/Join+Plugin if you're using Jenkins. I haven't used that plugin by myself, but according to the docs it seems that it can be a solution for your problem. HTH Thorsten
