Withheld
Withheld

Reputation: 4693

Where is the "Maven->Update project configuration" menu item?

I am having a Missing Maven dependencies in Eclipse project exactly as described in this question, and I would love to use the solution found, but when I right-click my project in Project Explorer I can't find any such menu item:

enter image description here

If I right-click the project's pom.xml, all I see in the Maven's menu is:

enter image description here

Any idea what I should be doing to enable that Update project configuration menu option?

Upvotes: 9

Views: 22262

Answers (2)

Pieter
Pieter

Reputation: 424

Righ click on the project: >Configure>Convert to Maven project

And then you can Update project configuration

Upvotes: 23

Marc S.
Marc S.

Reputation: 35

try "Team" - "Commit" in Eclipse and then in a shell:

mvn dependecy:resolve

Upvotes: -2

Related Questions