Hi. How does --resume-from actually work? Is there any information cached between builds somewhere? I made some sweeping changes to a 500+ modules reactor. As I fix the build errors in each project, I use -rf to continue without restarting each time. I finally get to the end of the build thinking I've fixed all the errors, but when I run the build again from the beginning new ones pop up.
Thanks,