Hi,
Are spring-security-oauth2 snapshots available from any maven repository?
Can someone please give me the relevant information?
Thanks,
Roshan
Hi,
Are spring-security-oauth2 snapshots available from any maven repository?
Can someone please give me the relevant information?
Thanks,
Roshan
Here's what I use:
But note that the nightly builds are still broken (haven't had time to fix it), so the frequency of deployment is basically as and when someone asks me to do it. I put one up there today.Code:<repository> <id>org.springframework.snapshot</id> <name>Spring Repository - Snapshots</name> <url>http://maven.springframework.org/snapshot/</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>false</enabled> </releases> </repository>
Thanks for the information, Dave.