> I still don't understand why supposedly the same jar file downloaded at the > --same-- time using maven or a browser > are different. Even if I am getting sent to a different mirror they should
Maven sometimes seems to "lie" when you have multiple mirrors configured, as it seems you do. I'm willing to bet the file is downloaded from Springframework although it shows ibiblio in the log. Take out the ibiblio mirror and test, then repeat after removing the Springframework mirror. Or watch netstat etc and see where its really connecting. Ultimately, you should not be connecting to repos that do not have the same concerns regarding mutability that you expect/require. The dev.java.net repo is another one to avoid for this reason, IMO. For these reasons and many others, you should be running an MRM such as Nexus etc. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
