mavenintellij-ideapom.xml

Maven tool window disappeared in IntelliJ IDEA 2024.1


The Maven tool window has disappeared from my Maven-driven project, with pom.xml file present.

I am using IntelliJ IDEA 2024.1 (Ultimate Edition).

Here is a screen shot showing:

enter image description here

Running the latest version of macOS (Sonoma, 14.4.1).


My Question is similar to How to get the Maven project window in Intellij 14 | Update: cannot see the right side "tab bar" with Maven project. But that Question is for a much older version of IntelliJ. The Answers there no longer apply.


Solution

  • You may try this,

    1. In Intellij select the directory you need to add as module, and press Shift twice
    2. Search for "Add Maven Project" and select it enter image description here