PDA

View Full Version : where is spring-data nightly build download?



quaff
May 11th, 2011, 11:47 PM
for struts2,this is a lastest build download
https://hudson.apache.org/hudson/job/Struts2/lastStableBuild/

is there a simular method to download lastest nightly build,I didn't find it in bamboo.

Oliver Gierke
May 12th, 2011, 02:04 AM
We don't have a dedicated download site but you can get the latest snapshots via Maven using this repository: http://maven.springframework.org/snapshot

quaff
May 12th, 2011, 03:20 AM
I'm sorry,I don't use maven,what is the exact url pattern,http://maven.springframework.org/snapshot cannot list dir


<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>snapshot</Key>
<RequestId>9A3A8EFD62024188</RequestId>
<HostId>
JviGn6Fc+PykkLWBzUk7TNNOwv0pLCVCw198oG3j70i6lXCWT1 HTiLxO83W2cekz
</HostId>
</Error>

Oliver Gierke
May 12th, 2011, 03:41 AM
As I said, you need to use Maven as the repository is not browsable. We recommend not to manually download libraries as looking up dependencies and transitive ones is quite cumbersome and error prone.