Spring Roo 的 Maven 存储库
我的目的是使用我的本地 Nexus 安装代理 Roo Maven 存储库,以便它将包含 Roo 1.2.0.RELEASE 包。
在 http://static.springsource.org/spring-roo/reference/ html/resources.html 据记载,Roo 版本发布在 http://spring-roo-repository.springsource.org/release。
不幸的是,该链接返回错误NoSuchKey。
是否有其他 Maven 存储库可以从中获取 Roo 软件包?
My intent is to proxy Roo Maven repository with my local Nexus installation, so that it will contain Roo 1.2.0.RELEASE packages.
On http://static.springsource.org/spring-roo/reference/html/resources.html it is written that Roo builds are published on http://spring-roo-repository.springsource.org/release.
Unfortunately that link returns error NoSuchKey.
Is there some other Maven repository to get Roo packages from ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
基于此 Nexus 票证,我通过以下方式解决了我的问题:
Nexus 将代理请求的工件,并且它将创建索引这个工件,但它无法索引整个 http://spring-roo-repository.springsource.org/release 存储库,因为其索引未发布。此问题的原因是它托管在 Amazon S3 存储上。
Based on this Nexus ticket I solved my problem by:
Nexus will proxy requested artifacts and it will crate index of this artifacts, but it is not able to index the whole http://spring-roo-repository.springsource.org/release repository, because its index is not published. The reason of this problem is that it is hosted on Amazon S3 storage.
创建(在 Nexus 中)具有远程存储位置的代理存储库 = http://spring-roo-repository .springsource.org/release
然后,将其添加到公共存储库组。
Create (in Nexus) a proxy repository with the remote storage location = http://spring-roo-repository.springsource.org/release
Then, add it to the public repositories group.