How to get the Maven project window in Intellij 14 | Update: cannot see the right side “tab bar” with Maven project

后端 未结 17 2007
囚心锁ツ
囚心锁ツ 2020-12-29 00:28

I have a very simple question, but I Googled and somehow I couldn\'t find it. I was wondering how can I get the

<script

相关标签:
17条回答
  • 2020-12-29 01:08

    Enable maven plugin first in

    File → Settings → Plugins → Maven

    Also, make sure you enable Tool Buttons in

    View → Tool Buttons

    0 讨论(0)
  • 2020-12-29 01:08

    Check if at the bottom line of Intellij, it says "non-managed pom files found."

    You can then "Add as a Maven Project"

    0 讨论(0)
  • 2020-12-29 01:09

    For those stuck with this issue, enable View -> Tool Buttons.

    0 讨论(0)
  • 2020-12-29 01:12

    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)

    0 讨论(0)
  • 2020-12-29 01:16

    First, make sure you have enabled maven plugin in

    FileSettingsPluginsMaven Integration

    If so and still the tool window is hidden then

    go to ViewTool WindowsMaven Projects to open it.

    0 讨论(0)
  • 2020-12-29 01:18

    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!

    0 讨论(0)
提交回复
热议问题