Arefe
Arefe

Reputation: 12397

IntelliJ is not showing the projects properly

This is not exactly a programming question, however, I assume this is related. I use a MacBook Pro and after having an issue recently installed the OS El Capitan. Obviously, I had to install a quite a few software including the IntelliJ. When I open one of the projects, eventually, its shows like this,

enter image description here

I should mention there is an interruption during the time of initial opening and I still have all the files intact in the project.

What to do in this respect?

Upvotes: 0

Views: 52

Answers (2)

Adeel
Adeel

Reputation: 415

I guess you need to import a project as a maven project. When you will be selecting file or directory to import there you need to select the pom.xml

Upvotes: 0

Jean-Philippe Bond
Jean-Philippe Bond

Reputation: 10649

It seems that your project is not properly recognized as a maven project.

  1. Click on the maven window on the left panel.
  2. Click the + button and select the pom.xml.

Upvotes: 1

Related Questions