Spring Roo 的 Maven 存储库

问题描述:

我的目的是用我的本地 Nexus 安装代理 Roo Maven 存储库,以便它包含 Roo 1.2.0.RELEASE 包.

My intent is to proxy Roo Maven repository with my local Nexus installation, so that it will contain Roo 1.2.0.RELEASE packages.

关于 http://static.springsource.org/spring-roo/reference/html/resources.html 据说 Roo 构建发布在 http://spring-roo-repository.springsource.org/release.

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.

不幸的是,该链接返回错误NoSuchKey.

Unfortunately that link returns error NoSuchKey.

是否有其他一些 Maven 存储库可以从中获取 Roo 包?

Is there some other Maven repository to get Roo packages from ?

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