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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
