For my host/domain in Win2000, I used the "My Computer/Properties/Network ID" info. My hostname is a.b.c.d.e and domain b.c.d.e so I used a.b.c.d.e for maven.proxy.ntlm.host, and b.c.d.e for maven.proxy.ntlm.domain. I even tried just "a" for host.
... Yvon -----Original Message----- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 9:23 AM To: Maven Users List Subject: Re: Proxy not working are you sure you have the host/domain right? Have you successfully used the proxy through any other Java based applications? Cheers, Brett On Tue, 14 Sep 2004 09:19:14 -0400, Yvon Leclerc <[EMAIL PROTECTED]> wrote: > I'm trying to get maven to work behind my firewall (it's been one > week). > > Here's my build.properties: > maven.proxy.host=proxy.ca.mycompany.com > maven.proxy.port=8080 > maven.username=myuserid > maven.password=mypassword > > When I "maven jar" I get: > Attempting to download commons-jelly-tags-jsl-20030211.143151.jar. > No credentials available for the '' authentication realm at > proxy.ca.mycompany.com > > Error retrieving artifact from > [http://www.ibiblio.org/maven/commons-jelly/jars/ > commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: > Not authorized by proxy. > > So, just in case we use NTLM I added the following: > maven.proxy.ntlm.host=myhost > maven.proxy.ntlm.domain=mydomain.domain.domain > > . and got: > > Attempting to download commons-jelly-tags-jsl-20030211.143151.jar. > Error retrieving artifact from > [http://www.ibiblio.org/maven/commons-jelly/jars/ > commons-jelly-tags-jsl-20030211.143151.jar]: java.io.IOException: > Not authorized by proxy. > > I have a dot in my password, would it be the issue? > > Help! > --------------------------------------------------------------------- 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]
