i am unable to download spring integration milestone releases from s3browse using maven. Have a checksum failure on the download of any milestone release. The jars and poms downloaded are 5k each and are invalid. The pom seems to be an html page. I have used the following repository and dependency configuration
Code:
<repositories>
<repository>
<id>springsource-external</id>
<url>http://s3browse.com/explore/maven.springframework.org/milestone/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>org.springframework.integration</artifactId>
<version>1.0.0.m5</version>
</dependency>
</dependencies>
Has anyone encountered this before?