Hi,
How can I setup Maven so it could download some jars from www.ibiblio.org <http://www.ibiblio.org/> using a proxy and some jars from a server that doesn't need a proxy to be reached? For example, if I set maven.proxy.host and maven.proxy.port in build.properties, Maven can download jars from ibiblio, but can't from our internal server. If a remove these properties, Maven cannot download files from ibiblio, but can from our server. Any ideas? Thanks, Eric
