Like I have said in an earlier help doc, I'm using the latest (B10) version
of maven, the online documentation says I can do this:
<dependency>
<id>commons-jelly</id>
<version>SNAPSHOT</version>
</dependency>
but when I try:
<dependency>
<id>castor</id>
<version>SNAPSHOT</version>
</dependency>
I get the following error:
Attempting to download castor-SNAPSHOT.jar.
Error retrieving artifact from
[http://www.ibiblio.org/maven/castor/jars/castor-SNAPSHOT.jar]:
java.lang.Exception: Can't get castor-SNAPSHOT.jar to C:\Docu
ments and
Settings\eciramella\.maven\repository\castor\jars\castor-SNAPSHOT.jar
WARNING: Failed to download castor-SNAPSHOT.jar.