Details
-
Improvement
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.2.5
-
None
Description
Currently when a multi-module build fails the mvn command line prints the following error:
[ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :some-module-name
Since I almost always want to use this flag with the next build it would be very useful if you could type mvn <goals> -rf and have the project name inferred from the last failure rather than needing to copy/paste from the terminal.