In Eclipse one could see the maven build log by going to Console
window, clicking new and then selecting Maven Console
.
How could I see maven log output in IntelliJ?
If you configure a Maven Launch-Configuration and execute it the according Maven build output will be displayed in the Run
-Tab by default:
(Note: There is a Tab Logs
where you can configure additional log relevant settings such as logging to a file).
If you dont like to setup a Run-Configuration for each Maven build (in Intellij as it seems you cant just right click a pom.xml
and click run as...
) you can call Maven directly from the Tab Terminal
(Note: In my scenario the system variable M2_HOME
was set to the maven installation directory and added to the windows PATH
variable - after that you can run mvn
from any directory - especially from directories containing pom.xml
files)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With