That's correct, however I got a weird ClassCastException when I changed my properties.
I finally
tracked that down to having a variable as my username:
user=me
maven.proxy.host=proxy.mycomp.net
maven.proxy.port=80
maven.proxy.username=${user}
maven.proxy.password=mypassword
maven.proxy.ntlm.domain=mycomp.net
maven.proxy.ntlm.host=mymachine
When I changed it to:
maven.proxy.host=proxy.mycomp.net
maven.proxy.port=80
maven.proxy.username=me
maven.proxy.password=mypassword
maven.proxy.ntlm.domain=mycomp.net
maven.proxy.ntlm.host=mymachine
It worked.
Thanks for the help,
WM
--- [EMAIL PROTECTED] wrote:
> I think you now need to set :
>
> maven.proxy.ntlm.host
>
> maven.proxy.ntlm.domain
>
> The doc has change :
> http://maven.apache.org/reference/user-guide.html#Using_Proxies
>
> Nicolas
>
>
>
>
>
> Webb Morris <[EMAIL PROTECTED]>
> 29/06/2004 17:57
> Veuillez r�pondre � "Maven Users List"
>
>
> Pour : [EMAIL PROTECTED]
> cc :
> Objet : proxy problem with RC4
>
>
> I know that someone was talking about this just yesterday, but I don't
> remember the solution and
> can't find it in the archives.
>
> I just upgraded to RC4 from RC2 and when I start maven, it can not get
> past the proxy, for
> instance:
>
> Attempting to download velocity-1.4-dev.jar.
> Credentials cannot be used for NTLM authentication:
> org.apache.commons.httpclien
> t.UsernamePasswordCredentials
> warning: last-modified not specified
> Error retrieving artifact from
> [http://www.ibiblio.org/maven/velocity/jars/veloc
> ity-1.4-dev.jar]: java.io.IOException: Not authorized by proxy.
> WARNING: Failed to download velocity-1.4-dev.jar.
>
> I haven't changed any of my proxy settings in build.properties.
>
> Please help!
>
> WM
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>
> ---------------------------------------------------------------------
> 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]
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]