Hello, you just need to specify Ip adress or dns name and port of your http-proxy and possibly authentication values. If you have one http-proxy proxy.list=one and #Unauthenticated proxy proxy.one.host=HtpProxyAddress proxy.one.port=HttpProxyPort And so one if you are more tha one http-proxy. I think you can give any name for values of proxy.list But each name must match the corresponding description .(I don't try it).
proxy.list=My1httproxy #Unauthenticated proxy proxy.My1httproxy.host=proxy1.example.com proxy.My1httproxy.port=3128 Tom. 2006/1/30, Fredy <[EMAIL PROTECTED]>: > Hey all, > is it possible to use a http-proxy in the maven-proxy? > What is this configuration for= does it work? > > Fredy > > ################ PROXIES > #This is just a hack, it should auto discover them > proxy.list=one,two,three > > #Unauthenticated proxy > proxy.one.host=proxy1.example.com > proxy.one.port=3128 > > #Authenticated proxy > proxy.two.host=proxy2.example.org > proxy.two.port=80 > proxy.two.username=username2 > proxy.two.password=password2 > > #Authenticated proxy > proxy.three.host=proxy3.example.net > proxy.three.port=3129 > proxy.three.username=username3 > proxy.three.password=password3 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
