8

I am getting below issue in eclipse project

Could not set the project description for 'web-portal' because the project description file (.project) is out of sync with the file system.

I tried below things

  1. Build whole workspace again and again
  2. Right Click on project->Refresh
  3. Run mvn -U eclipse:eclipse
  4. Refresh whole workplace

But issue is not going to resolve. Can anyone suggest How to resolve this issue?

EDIT:-

Whoever mentioned this question as a duplicate please at please read the content of the question Whatever solution provided in the link its not a proper solution and also its not going to resolve the problem .

enter image description here

While i already checked the option given lots of places

enter image description here

Subodh Joshi
  • 12,717
  • 29
  • 108
  • 202

2 Answers2

20

For me closing and opening project worked.

Dean Koštomaj
  • 598
  • 5
  • 12
  • 1
    This is the quickest workaround I've found also. (I get the issue in Gradle / Buildship, usually after switching branches.) – Luke Usherwood May 24 '17 at 10:37
  • I've encountered the same problem after I have edited a file using another IDE. I've tried cleaning the project and rebuild it a few times. But after restarting recipes the problem was gone. – Khandakar Rashed Hassan Jul 28 '20 at 06:40
0

ALT+F5 will do the work, or just go to: Right click on project folder -> Maven -> Update project

Hope that helps!