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
Syntax: mvn -rf modulename mavengoal or mvn --resume-from modulename mavengoal
Ex: mvn -rf admin-module clean install or mvn --resume-from admin-module clean install