Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsaneu/610e996413ee2926ea0b to your computer and use it in GitHub Desktop.
Save jsaneu/610e996413ee2926ea0b to your computer and use it in GitHub Desktop.
How to Configure Maven to work with NTLM proxies

How to Configure Maven to work with NTLM proxies

Add wagon-http-lightweight extension

Wagon HTTP lightweight library allows us to overcome authentication limitations in Maven (3.0.4) when working with NTLM proxies. We can follow the steps below to add the Wagon HTTP lightweight library as a Maven extension:

Source: How to Configure Maven to work with NTLM proxies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment