Re: Checking if an artifact exists in the local repository

2011-01-28 Thread cowwoc
--- > If you reply to this email, your message will be added to the > discussion below: > http://maven.40175.n5.nabble.com/Checking-if-an-artifact-exists-in-the-local-repository-tp3358513p3358672.html > > > To unsubscribe from

Re: Checking if an artifact exists in the local repository

2011-01-26 Thread Stephen Connolly
up to you, but if I was downloading large stuff from non maven repositories, I'd add checks for interrupted downloads. - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 26 Jan

Re: Checking if an artifact exists in the local repository

2011-01-26 Thread cowwoc
umption that it's immutable? Users can always delete artifacts from their local repository in case of corruption but I think that is going to be extremely rare. Am I wrong? Gili -- View this message in context: http://maven.40175.n5.nabble.com/Checking-if-an-artifact-exists-in-the-local-repo

Re: Checking if an artifact exists in the local repository

2011-01-26 Thread cowwoc
oad them. > > Thanks, > Gili > Nevermind. Got it: http://stackoverflow.com/questions/4809238/maven-how-to-check-if-an-artifact-exists Gili -- View this message in context: http://maven.40175.n5.nabble.com/Checking-if-an-artifact-exists-in-the-local-repository-tp3358513p3358615.html Sent from

Re: Checking if an artifact exists in the local repository

2011-01-26 Thread Stephen Connolly
you could try and resolve the file from the local repository and an empty set of remote repositories... if the file resolves, then I'd check the size and time stamp and only then decide what to do - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and oth

Checking if an artifact exists in the local repository

2011-01-26 Thread cowwoc
maven.40175.n5.nabble.com/Checking-if-an-artifact-exists-in-the-local-repository-tp3358513p3358513.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.or