Java Eclipse - 缺少 Maven 依赖项
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/20964516/
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
Eclipse - Maven Dependencies missing
提问by SY Kwon
I'm here to get some solutions. I was about to set a development environment. I downloaded Eclipse ,which is Kepler, and downloaded some projects from SVN.
我是来寻求一些解决方案的。我正要设置一个开发环境。我下载了 Eclipse,它是 Kepler,并从 SVN 下载了一些项目。
There is the problem in Maven Dependencies of Java Build Path. Maven dependencies has several jar files and some folders. Some project gets correct but a project gets everything as jar although something shouldn't be a jar file. I would like to make it as folder but I don't know how to do that.
Java Build Path 的Maven Dependencies 中存在问题。Maven 依赖项有几个 jar 文件和一些文件夹。某些项目是正确的,但项目将所有内容都作为 jar 获取,尽管某些内容不应该是 jar 文件。我想把它作为文件夹,但我不知道该怎么做。
I'm gonna appreciate if you guys give me the answer or any tip. Thanks.
如果你们给我答案或任何提示,我会很感激。谢谢。
采纳答案by SY Kwon
Self solution : Eclipse - Window - preferences - Maven - User Settings - Update Settings button click It solved the problem.
自我解决方案:Eclipse - 窗口 - 首选项 - Maven - 用户设置 - 更新设置按钮单击它解决了问题。