I want to proxy the spring milestone repository using nexus.
Can anybody tell me the correct url to use.
I want to proxy the spring milestone repository using nexus.
Can anybody tell me the correct url to use.
Sure. This is it:
<repository>
<id>org.springframework.maven.milestone</id>
<name>Maven Central Compatible Spring Milestone Repository</name>
<url>http:// maven.springframework.org/milestone</url>
</repository>
For reference, see this blog post: Obtaining Spring 3 Artifacts with Maven