m2eclipse:无法更新索引
我有一个简单的 helloworld 项目,我想安装一个存储库,
我已经安装了 eclipse、m2eclipse、subclipse、m2eclipse Extras(与 subclipse 集成)。 我已经设置了 settings.xml 文件 @ home/.m2/ ,
但当我添加存储库 URL 时,它不起作用并给出:
无法更新 jann 的索引|https://jann.svn.sourceforge.net/svnroot/jann
注意: 我的存储库是
我还应该做什么做 ?
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
What else should I do ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,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.