You can use NTLMAPS http://ntlmaps.sourceforge.net/.
I am also behind a NTLM proxy and I can use this product and point maven to
the NTLM proxy and everything works fine.
Steps:
- Download and install NTLMAPS
- Configure NTLMAPS by editing the "server.cfg" file in the NTLMAPS
installation directory.
In the GENERAL section set:
PARENT_PROXY:
In the NTLM_AUTH section set:
NT_DOMAIN:
USER:
(Note: Leave the PASSWORD entry blank, NTLMAPS will prompt you for it)
- Run NTLMAPS, the default LISTEN_PORT is 5865.
- Configure M2 $user.dir/.m2/settings.xml
<proxies>
<!-- proxy
| Specification for one proxy, to be used in connecting to the network.
|
-->
<proxy>
<id>Local NTLMAPS</id>
<active>true</active>
<protocol>http</protocol>
<username></username>
<password></password>
<host>localhost</host>
<port>5865</port>
</proxy>
- Run mvn.
Enjoy.
Barrie
-----Original Message-----
From: javed mandary [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 15 November 2005 5:40 PM
To: [email protected]
Subject: M2 NTLM Proxy and remote ibiblio repo
Hi guys,
am having a problem right now accessing the remote ibiblio repository due to
the fact that am behind firewalls and the proxy am using is NTLM . Now it
seems that NTLM proxies are not supported by Maven 2.
see: http://maven.apache.org/guides/mini/guide-proxies.html
This is why I was hoping to be able to manually download jars from ibiblio
and have a remote repository stored behind my firewall so as local
repositories can acess this new remote repo instead of having to go to
ibiblio.
My question is that any of you have had same problem and how you resolved it
?
and
Do you guys have a mechanism for downloading all the jars and plugins from
ibiblio in such a case?
regards,
Javed
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]