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

后端 未结 17 2009
囚心锁ツ
囚心锁ツ 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:20

    You can find the Maven Projects pane by going to Help > Find Action or press Ctrl + Shift + A and type in "Maven Projects". However I can't see it anywhere in the elaborate menu's.

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

    I had similar problem until I right-clicked the option in POM "Add as Maven Project".

    Notice: IDEA 2019.2 and I couldn't even find Maven in "Tool Windows" of the (existing) project before it.

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

    I had the same problem with a maven project, the tab wasn't showing up and even in the View->Tool windows menu, there was no maven item.
    After searching the internet i could not find a solution but then i looked in Intellij idea
    and noticed a Even Log showing a number in a red circle, i clicked it and then read an error message:

    Non-managed pom.xml file found:   
    Add as Maven Project
    

    check out solution proposed by invzbl3, It might help.

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

    If View → Tool Windows → Maven Projects doesnt work that means tools button is deselected

    go to View -> Tool Buttons and select it . You should be able to Maven window now

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

    The question asked is how to show the sidebar, not show the Maven Plugin. On my version of Intellij this is enabled with the following:

    View -> Appearance -> Tool Window Bars

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

    Very simple. NO PLUGINS.

    Maven comes by default so you should press two times the shift key and write "maven".

    Then import the maven project ".pom" and the bar cames automatically after selecting the pom.

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