i'm encountering some problems downloading the jmock jars using the specified maven configuration (http://www.jmock.org/maven.html).
for some reason, the .pom and the .sha1 files get downloaded into my local repository, but the jar files don't. i'm using repo1.maven.org as the download location for the dependency. i can see the jar files on the site (http://repo1.maven.org/maven2/org/jmock/jmock-junit4/2.5.0-RC1/) but they don't get downloaded. i'm using maven 2.0.9.
is there some other repository that i should be using instead?