Opening again maven output console window
I run a lengthy maven build using the IntelliJ integrated maven tool.
However, If I open another window, such as a terminal window, the output of the maven console dissappears.
How can I view the output of the maven console again without running a maven goal from scratch?
Also, how can I set the max number of lines for the maven console? If the output is lengthy I miss the first lines.
Thanks!
请先登录再写评论。
Do you still have Maven tool window? If you open it, it should show the output.
Lines limit can be set via idea.cycle.buffer.size, see https://intellij-support.jetbrains.com/entries/23395793 .
ufff, it is annoying that the size limit of the terminal cannot be configured from IntelliJ itself, but thanks from the hint.
I verified that even if I comeback to the Maven tool window, the output console does not appear anymore so I have to execute everything again if I need to read that output.
Console buffer size configuration from the GUI is available since IDEA 15: https://youtrack.jetbrains.com/issue/IDEA-63980 .
Thanks. That was helpful.
And regarding the disappearing maven console window?
I've asked the responsible developer to look into it. Did you try to pin the tab with the output? Does it help?