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!

Yvon Leclerc
R&I Security Group - http://aww.alcatel.com/ri/SEC
600 March Road
Kanata, ON K2K 2E6
Direct #: 1-613-784-3258
Direct Fax # - 1-613-784-8944

Reply via email to