Skip to main content

Command Palette

Search for a command to run...

Fixing Intellij Maven Issue

Published
1 min read

If you project does not load as a maven project in intellij. As shown below.

Just Take These steps.

  • Check that pom.xml exists inside user_service

    • In your screenshot I see pom.xml is there (good ✅).
  • Reimport Maven Project

    • Right-click on pom.xmlAdd as Maven Project (important step).

    • Or go to View → Tool Windows → Maven → click the refresh (reimport) button.