Could somebody let me know Spring/SI milestones maven repository location? With Google search the repositories I find are not working out.
Thanks in advance.
Could somebody let me know Spring/SI milestones maven repository location? With Google search the repositories I find are not working out.
Thanks in advance.
Check out new si samples. Every pom there has the 3 repository that u need. Sorry I would have posted the link directly, but I am on my phone. Just Google 'spring blogs' find my latest blog and u get all u need
Oleg Zhurakousky
Spring Integration team
http://twitter.com/z_oleg
http://blog.springsource.com/author/ozhurakousky/
Oleg - Thank you! Much appreciate it. I should have checkout the very obvious place![]()
No problem; as you can imagine, the question is asked rather often. We need to add this info to our home page or at least a link to it from there.
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
So where are the actual maven repositories?
At the moment, for a newbie, the roo version 1.1.0.RELEASE falls over when doing the maven project build
Thanks
Here you go:
Code:<repository> <id>repository.springframework.maven.release</id> <name>Spring Framework Maven Release Repository</name> <url>http://maven.springframework.org/release</url> </repository> <repository> <id>repository.springframework.maven.milestone</id> <name>Spring Framework Maven Milestone Repository</name> <url>http://maven.springframework.org/milestone</url> </repository> <repository> <id>repository.springframework.maven.snapshot</id> <name>Spring Framework Maven Snapshot Repository</name> <url>http://maven.springframework.org/snapshot</url> </repository>