m2eclipse:无法更新索引

发布于 2024-11-06 21:22:23 字数 490 浏览 0 评论 0原文

我有一个简单的 helloworld 项目,我想安装一个存储库,

我已经安装了 eclipse、m2eclipse、subclipse、m2eclipse Extras(与 subclipse 集成)。 我已经设置了 settings.xml 文件 @ home/.m2/ ,

但当我添加存储库 URL 时,它不起作用并给出:

无法更新 jann 的索引|https://jann.svn.sourceforge.net/svnroot/jann

注意: 我的存储库是

https://jann.svn.sourceforge.net/svnroot/jann< /p>

我还应该做什么做 ?

I've a simple helloworld project and I wanted to install a repository

I've eclipse, m2eclipse, subclipse, m2eclipse Extras (integration with subclipse) Installed.
I've set the settings.xml file @ home/.m2/

still when I add a repository URL it just doesn't work and gives me:

Unable to update index for jann|https://jann.svn.sourceforge.net/svnroot/jann

Note:
My repository is

https://jann.svn.sourceforge.net/svnroot/jann

What else should I do ?

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

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

发布评论

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

评论(1

楠木可依 2024-11-13 21:22:23

据我所知,settings.xml中的存储库是Maven获取所需库的存储库,而不是Subversion Repository。也许,您可以删除 settings.xml 中的“存储库”配置,Maven 将使用默认的“中央”存储库。

As far as I know, the repository in settings.xml is the repository for Maven to get the libraries needed, instead of the Subversion Repository. Maybe, you can just remove the "repository" config in settings.xml, which Maven will use the default "central" repository.

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