I don't know about from maven but setting the java system property http.nonProxyHosts=<host1,host2> ought to work. Not tried it though. See http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html for a full list.
ewan --- "Frazier, Scott" <[EMAIL PROTECTED]> wrote: > > Hi, > I have a question regarding remote repositories. I'd like to have a > site-specific repository for internally-developed code and to pull > external > dependencies from ibiblio. I'm currently unable to do this because > maven > tries to contact the internal repository via the proxy. Short of > changing > the proxy (which I don't own) or installing maven-proxy, is there a > property I can set to tell maven to not use the proxy for a given set > of > hosts or domains? > > > > > Thanks, > > Scott > > ===== Ewan Harrow [EMAIL PROTECTED] +44 (0) 7092 108950 http://www.ewanharrow.com ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
