在 Eclipse juno 上找不到 Maven 的“更新依赖项”菜单
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11715121/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Can't find maven 'update dependencies' menu on Eclipse juno
提问by yshrsmz
I used to have 'update dependencies' menu in project right click menu, when I was using eclipse helios.
当我使用 eclipse helios 时,我曾经在项目右键菜单中有“更新依赖项”菜单。
But from when I update the eclipse & m2e plugin, I can't find 'update dependencies' menu anymore.
但是当我更新 eclipse & m2e 插件时,我再也找不到“更新依赖项”菜单了。
whre is 'update dependencies' menu? or is there any alternative?
“更新依赖项”菜单在哪里?或者有其他选择吗?
I'm using m2e v1.1.0.20120530-0009, by the way
顺便说一下,我正在使用 m2e v1.1.0.20120530-0009
thank you in advance.
先感谢您。
回答by dunni
The menu entry is now "Update Project". In that wizard you find a checkbox "Update dependencies".
菜单条目现在是“更新项目”。在该向导中,您会找到一个复选框“更新依赖项”。
回答by Neha
And now "Update Project" gives you option to do "Update dependencies" , "Update project configuration", "clean project" in one click.
现在“更新项目”让您可以选择一键执行“更新依赖项”、“更新项目配置”、“清理项目”。