Builds failed on maven dependency, how to resume when dependency builds again?
I have several builds which are inter-dependent. Build A depends on B, build C depends on A. Build B started failing at one point, and I had a bunch of A and C failed builds due to failed B. Now build B is succeeding again, but builds A and C are stuck due to previous failure.
How can I get this going again?
Mark
Please sign in to leave a comment.