An internal error occurred during: "Updating Maven Project". java.lang.NullPointerException

achref05 picture achref05 · Oct 22, 2013 · Viewed 135.9k times · Source

I'm developing a Java EE web project. When I try to add a dependency, this error message appears. I use Eclipse Kepler.

An internal error occurred during: "Updating Maven Project". java.lang.NullPointerException

Could you help me? Thank you.

enter image description here

Answer

user2985381 picture user2985381 · Nov 13, 2013

I solved mine by deleting the .settings folder and .project file in the project and then reimporting the project.