Suppose, I am doing a full build on my large project which has 7 modules and on the 6th module, the build failed because a test failed. Is there any way by which I can start
you can resume the build from any module you want by using the -rf command.
For example, if your build failed in myproject-proxy, you can use the following command: