Link:
[url]http://stackoverflow.com/questions/4262186/missing-maven-dependencies-in-eclipse-project[/url]
My Project was just screwed up. Here is how I fixed it for Eclipse Indigo x64 (J2EE 3.7.3):
#1.Deleted my POM file (backedup of course).
#2.Project Context Menu > Maven > Disable Maven Nature.
#3.Deleted the project (but not contents on disk).
#4.Re-imported as Import > General > Existing Project.
#5.Project Context Menu > Configure > Convert to Maven Project....
#6.Accept defaults from Maven wizard.
#7.Overwrite POM with your backedup POM. (Now you have Maven Dependencies folder).
#8.Maven Update/Clean for good measure.
Hope that helps someone. :)
[url]http://stackoverflow.com/questions/4262186/missing-maven-dependencies-in-eclipse-project[/url]
My Project was just screwed up. Here is how I fixed it for Eclipse Indigo x64 (J2EE 3.7.3):
#1.Deleted my POM file (backedup of course).
#2.Project Context Menu > Maven > Disable Maven Nature.
#3.Deleted the project (but not contents on disk).
#4.Re-imported as Import > General > Existing Project.
#5.Project Context Menu > Configure > Convert to Maven Project....
#6.Accept defaults from Maven wizard.
#7.Overwrite POM with your backedup POM. (Now you have Maven Dependencies folder).
#8.Maven Update/Clean for good measure.
Hope that helps someone. :)
解决Eclipse项目Maven依赖缺失的问题
本文详细介绍了如何解决使用Eclipse Indigo 64位(J2EE3.7.3)环境下项目Maven依赖缺失的问题。通过删除POM文件、禁用Maven性质、删除项目、重新导入并转换为Maven项目等步骤,最终成功修复了项目依赖问题。

被折叠的 条评论
为什么被折叠?



