What to do with jars that are Moved (http-code: 302)

2010-01-22 Thread Rodrigo Meza
Hello, I am new to maven, and I am trying to compile a project that have some dependencies, but they are not downloaded because (I think) their jars have been redirected in the central repository. What can I do in that case? To show my problem, I deleted my local repository

Re: What to do with jars that are Moved (http-code: 302)

2010-01-22 Thread Wayne Fay
addressApache Server at maven-repository.dev.java.net Port 443/address /body/html So, my question is: Is there any way to tell maven to follow redirections instead of downloading the html? Maven is reasonably intelligent but it requires proper configuration of the repository server. In this

Re: What to do with jars that are Moved (http-code: 302)

2010-01-22 Thread Rodrigo Meza
On Fri, Jan 22, 2010 at 11:44 AM, Wayne Fay wayne...@gmail.com wrote: people's builds for reasons like this. Maven simply can't help this and is not currently smart enough to validate jars etc it downloads. thanks for your answer. Anyway, I dont think that maven has to validate jars, since the