If it's an inhouse snapshot repository, you should deploy using uniqueVersion=true and then -SNAPSHOT will be replaced with a unique identifier that you can use. For example, 1.0-SNAPSHOT will become something like 1.0-423423423434 when deployed. You then use that version as your dependency.
I hope that helps. Harlan On 10/10/07, Baz <[EMAIL PROTECTED]> wrote: > > All, > > What should i type to compile against a certain version of snapshot? > > Thanks. > > A. > -- Harlan Iverson http://blog.devspan.com
