Where is the “Maven->Update project configuration”

2019-02-25 03:30发布

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?

3条回答
劳资没心,怎么记你
2楼-- · 2019-02-25 03:51

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

mvn dependecy:resolve
查看更多
三岁会撩人
3楼-- · 2019-02-25 04:06

">Configure>Convert to Maven project" is missing

查看更多
神经病院院长
4楼-- · 2019-02-25 04:08

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

And then you can Update project configuration

查看更多
登录 后发表回答