Eclipse Indigo 中的 m2e 不再工作

发布于 2024-12-04 00:10:21 字数 120 浏览 2 评论 0原文

m2e 不再在我的 Eclipse Indigo 中工作。 Maven 控制台没有打印任何内容,我无法下载任何源代码,并且某些依赖项将无法解决。 我正在使用嵌入式 Maven 安装。

你知道如何解决这个问题吗?

m2e is no longer working in my Eclipse Indigo. Nothing is printed to the Maven console, I can't download any sources and some dependencies won't be resolved.
I'm using the embedded Maven installation.

Do you know how to fix this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

话少情深 2024-12-11 00:10:21

只是一个疯狂的猜测(由于我过去遇到过类似的问题):

  • 如果您使用嵌入式 m2e Maven 安装,Maven 没有您的设置信息。
  • 如果您在公司环境中,则必须在 Maven 相关位置设置代理:
    • 在您的用户 settings.xml 文件中。
    • 在您的 Maven 安装 settings.xml 文件中

m2e 只能使用 Maven 设置文件中设置的代理,而不能使用 eclipse 环境中的代理。因此,您可以看到本地存储库中包含的所有旧库,但没有仅包含在位于互联网上某处的远程存储库中的新库。

请添加一些有关您在 eclipse 中的配置的更多信息(eclipse 是否找到您的用户 settings.xml 文件?)以及您遇到的错误。

Just a wild guess (due to similar problems I had in the past):

  • If you use the embedded m2e Maven installation, Maven has no information to your settings.
  • If you are in a corporate environment, you have to set your proxy in a Maven related location:
    • In your users settings.xml file.
    • In your Maven installation settings.xml file

m2e can only use the proxy set in your Maven settings file, not the one in your eclipse environment. So as a result, you could see all the old libraries contained in local repositories, but no new ones contained only in remote repositories located somewhere on the internet.

Please add some more information about your configuration in eclipse (does eclipse find your user settings.xml file?) and the errors you get.

挽心 2024-12-11 00:10:21

尝试 -clean 工作区选项。或者,如果没有帮助,请创建新工作区,测试 m2e 是否开始工作并导入旧项目。我刚刚使用第二个选项解决了与您的问题非常相似的问题。

这里是对此类麻烦的很好的解释: http://www.eclipsezone.com/eclipse /forums/t61566.html

Try -clean workspace option. Or if it doesn't help, create new workspace, test if m2e started working and import your old projects. I just resolved issue very similar to yours using second option.

Here is good explanation of such kind of troubles: http://www.eclipsezone.com/eclipse/forums/t61566.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文