Hey, I created hosted snapshot repo, deployed snapshot artifact, added to the public repo...and now maven http request cant get the artifact-1.5.-SNAPSHOT.jar. It's there, but the request is not translated into the timestamp instead of SNAPSHOT. Metadata contains correct values.
public/org/exist/exist-core/1.5-SNAPSHOT/exist-core-1.5-20100928.223228-1.jar - this works
<public/org/exist/exist-core/1.5-SNAPSHOT/exist-core-1.5-SNAPSHOT.jar - this doesn't
the same applies for the hosted repo
exist-snapshot-repository/org/exist/exist-core/1.5-SNAPSHOT/exist-core-1.5-SNAPSHOT.jar
Is there something I'm missing ? Cause it's long time I'm using nexus & maven and I can't really see what might went wrong. Double checked everything. Logs say only that it was not found on the URL, so it seems to me that maven didn't translate the request at all.
http://img217.imageshack.us/img217/4207/s22.png
http://img697.imageshack.us/img697/4273/s23i.png
ANSWERED, I finally tried to omit the timestamp and it worked. I leave it open for a while if somebody want to mention what is the best way to deal with this.