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

…衆ロ難τιáo~ 提交于 2019-12-19 19:43:31

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!