I have a very simple question, but I Googled and somehow I couldn\'t find it. I was wondering how can I get the
Enable maven plugin first in
File → Settings → Plugins → Maven
Also, make sure you enable Tool Buttons in
View → Tool Buttons
Check if at the bottom line of Intellij, it says "non-managed pom files found."
You can then "Add as a Maven Project"
For those stuck with this issue, enable View -> Tool Buttons.
Make sure your Maven plugin is enabled as well. In my case, it was disabled for an unknown reason. To enable it: Settings → Plugins → Installed (Scroll down to Bundled section)
First, make sure you have enabled maven plugin in
File
→ Settings
→ Plugins
→ Maven Integration
If so and still the tool window is hidden then
go to View
→ Tool Windows
→ Maven Projects
to open it.
if you have a pom file in your project, right click the file, click "add as maven project"
This got it back for me. None of the other solutions worked. I had no warnings for unmanged poms, toggling toolbars did not help and the maven option just where it should be anywhere!