RE: SNAPSHOT with latest timestamp is used, right?

2010-12-06 Thread KARR, DAVID (ATTSI)
> -Original Message- > From: Brian Fox [mailto:bri...@infinity.nu] > Sent: Monday, December 06, 2010 3:00 PM > To: Maven Users List > Subject: Re: SNAPSHOT with latest timestamp is used, right? > > You shouldn't mix unique and non-unique versions of the same snap

Re: SNAPSHOT with latest timestamp is used, right?

2010-12-06 Thread Brian Fox
You shouldn't mix unique and non-unique versions of the same snapshot artifact --mobile On Dec 6, 2010, at 5:22 PM, "KARR, DAVID (ATTSI)" wrote: > If I have an artifact with version "n.n.n-SNAPSHOT" in my "user" repo > and the same artifact with version "n.n.n-SNAPSHOT" in the "local" nexus > r

SNAPSHOT with latest timestamp is used, right?

2010-12-06 Thread KARR, DAVID (ATTSI)
If I have an artifact with version "n.n.n-SNAPSHOT" in my "user" repo and the same artifact with version "n.n.n-SNAPSHOT" in the "local" nexus repo (where snapshots are enabled), will Maven always take the newer one, no matter which repo it finds it in?