Maven Repositories for Spring Roo

≯℡__Kan透↙ 提交于 2021-02-09 11:59:06

问题


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 ?


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/9128779/maven-repositories-for-spring-roo

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!