On Mon, Jul 9, 2012 at 3:28 PM, hujirong <[email protected]> wrote: > Hi > > When we use Maven with Nexus's snapshot repository, how does Maven know > which one to use? I can see we continuously create new snapshots with the > same version but a different timestamp, and Maven will already take the > latest one to download?
When you publish a new snapshot, you also update the maven-metadata.xml in the same folder. This is where the mapping between "SNAPSHOT" and a specific timestamp is done. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
