问题
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:
- create Proxy on Nexus for http://spring-roo-repository.springsource.org/release
- 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