Spring Roo 的 Maven 存储库

发布于 2025-01-01 23:03:58 字数 495 浏览 0 评论 0原文

我的目的是使用我的本地 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 技术交流群。

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

发布评论

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

评论(2

停顿的约定 2025-01-08 23:03:58

基于此 Nexus 票证,我通过以下方式解决了我的问题:

  1. 在 Nexus 上为 http://spring-roo-repository.springsource.org/release
  2. 将此存储库添加到默认的“公共存储库”组

Nexus 将代理请求的工件,并且它将创建索引这个工件,但它无法索引整个 http://spring-roo-repository.springsource.org/release 存储库,因为其索引未发布。此问题的原因是它托管在 Amazon S3 存储上。

Based on this Nexus ticket I solved my problem by:

  1. create Proxy on Nexus for http://spring-roo-repository.springsource.org/release
  2. add this repository into default "Public Repositories" group

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.

撩动你心 2025-01-08 23:03:58

创建(在 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.

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