You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dmitry Beransky <db...@dembel.org> on 2004/05/29 04:07:49 UTC

snapshots

hi,

what do i need to do to make snapshots work with my own repository.  If i
define an in-house jar as:

<groupId>som</groupId>
<artifactId>util</artifactId>
<version>SNAPSHOT</version>

I can see in the server logs maven looking for
/respository/som/jars/util-SNAPSHOT.jar, instead of tryint to resolve the
version.  To be honest, I don't understand how snapshot resultion works
over http at all, since there is no provision in standard HTTP for getting
a list of resources (and maven doesn't seem to support webdav extensions).
Any help?


Thanks
Dmitry

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org