Re: Multiple proxies problem

2010-07-29 Thread René Krell
- The unique identifier for this proxy. This is used to differentiate between proxy elements. Joe Hindsley -- View this message in context: http://maven-users.828.n2.nabble.com/Multiple-proxies-problem-tp3257214p5347325.html Sent from the maven users mailing list archive at Nabble.com

Re: Multiple proxies problem

2009-07-15 Thread Joe Hindsley
You might try adding an id element to each of the settings to make them distinct. From http://maven.apache.org/settings.html#Proxies: id - The unique identifier for this proxy. This is used to differentiate between proxy elements. Joe Hindsley Koerner, Ron wrote: Hi list, I use several

Multiple proxies problem

2009-07-14 Thread Koerner, Ron
Hi list, I use several repositories which are both http and https. So I added this to settings.xml: proxies proxy activetrue/active protocolhttps/protocol hostproxy/host port81/port /proxy proxy