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
Please sign in to leave a comment.
Hello.
Please, watch the progress of http://youtrack.jetbrains.com/issue/IDEA-81112
Regards,
Alexander.
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