在 Eclipse 中,“更新 Maven 依赖项”已禁用且呈灰色,为什么?
我正在使用 Eclipse STS 2.7.1 并创建了一个新的 Spring Template/MVC 项目。我删除了 pom 文件,并将其替换为另一个具有我需要的所有依赖项的项目中的文件。但是当我尝试更新依赖项时,菜单选项被禁用......为什么?
I'm using Eclipse STS 2.7.1 and created a new Spring Template/MVC project. I deleted the pom file and replaced it with one from another project that has all the dependencies I need. But when I attempt to update the dependencies, the menu option is disabled...why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要使用 Spring Tools maven 选项,而是选择
Maven->Update Dependencies
。那应该可以解决问题!Instead of using the Spring Tools maven option, select
Maven->Update Dependencies
. That should do the trick!