问题
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:

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

Any idea what I should be doing to enable that Update project configuration
menu option?
回答1:
Righ click on the project: >Configure>Convert to Maven project
And then you can Update project configuration
回答2:
">Configure>Convert to Maven project" is missing
回答3:
try "Team" - "Commit" in Eclipse and then in a shell:
mvn dependecy:resolve
来源:https://stackoverflow.com/questions/13726781/where-is-the-maven-update-project-configuration-menu-item