What is listening on 8080? Is this tomcat or something maven puts out there? If it is tomcat - is there a specific way to configure it?
-----Original Message----- From: Antonio Petrelli [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 15, 2007 2:52 PM To: Maven Users List Subject: Re: setting Maven on Linux 2007/5/15, Bob Aiello <[EMAIL PROTECTED]>: > Is this what you mean? No, this: <settings> <proxies> <proxy> <active>true</active> <protocol>http</protocol> <host>your.proxy.host</host> <port>8080</port> <nonProxyHosts>localhost|127.0.0.1</nonProxyHosts> </proxy> </proxies> </settings> Antonio --------------------------------------------------------------------- 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]
