Resume a maven build

Hello everyone

When a maven build breaks there is the possibility to startover where the build stopped. The following output is written at the end of a broken build:

[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :mct-vermittler-reise-impl


Has IDEA the possibility to recognize it and provide the possibility to startover? For example providing a button "startover" or something? The current run configuration knows the <goals>.

Cheers
Stefan

0
Avatar
Permanently deleted user

Hi Alexander,

Thank you very much for the quick answer.

I just knew that I can rerun a failed test with that button, but in case of a maven run one can resume a build, that's great!

Regards,
Stefan

0

请先登录再写评论。