January 2018
Intermediate to advanced
414 pages
10h 29m
English
IntelliJ provides a Maven project window; if it's not displayed, we can open it selecting on the menu: View | Tool Windows | Maven Projects.

In this window, we can invoke Maven commands; for example, we can execute the compile life cycle phase by double-clicking on the corresponding option in the Maven project window. This is equivalent to entering this on the command line:
mvnw compile
Do it so it will open the Run window on the bottom-center of the screen where we can see the results of that phase. In that new window, we have a vertical button bar with more options, the top left ...
Read now
Unlock full access