Maven build run "lost" when running test
Answered
Hi,
I have a large project that is built using Maven. The build can take up to 20 or 30 minutes and is aborted as soon as an error is encountered. I can then fix the error and resume the Maven build from the module where the error occurred. However, when I run a test to check if the error is gone, the Maven build tab in the "Run" view is closed and only the tab for the test is visible, so I can no longer resume the Maven build and I have to start from the beginning.
Is there some setting that disables this behavior? I.e. which keeps all tabs in the run view and does not close e.g. the Maven tab?
Please sign in to leave a comment.
You can pin tabs from the right click menu so that they are not closed/replaced. If you run the same configuration, you may also need to enable the Allow multiple instances checkbox.
Thanks!