We are walled off from the public repo in order to control our dependencies very closely. Until recently, if I found that we needed a new package, I would just suck down the contents by using wget:
wget -nd -l 1 -r http://repo1.maven.org/maven2/commons-attributes/commons-attributes-api/2.2/ The new repo does User-Agent sniffing so that I can't do this. If I add -U Mozilla, wget works fine. Am I doing something unreasonable or is it possible to disable this sniffing? mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
