Search code examples
mavenintellij-ideabuildwindow

IntelliJ IDEA: Open build tool window


I'm using IntelliJ IDEA 2022.3 and Maven for building my project. I've set "Delegate IDE build/run actions to Maven". Is it possible to automatically open a Build tool window when I build the project or a module? Something like "open run/debug tool window when started" option on application run configurations.


Solution

  • I went with the solution floating-cat provided: I think the IDEA doesn't have this feature. But you could try to record a macro which shows the Build tool window first and build this project.