Hi,

I noticed that Maven checks every configured repository according to the
order of the repositories specified in the pom before downloading.  But
I am not sure how it determines which one to download and if it is
deterministic or not. 

Say, I have the same SNAPSHOT artifacts (same artifactId, groupId,
version) in two different remote repositories.

So, will Maven always download the SNAPSHOT from the remote repository
that contains one that is newer or will it download the SNAPSHOT from
the first repository (according to the lookup order) that contains the
SNAPSHOT artifact?

Thanks,
Seva


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to