Skip to content

Instantly share code, notes, and snippets.

@diptanu
Created October 13, 2012 11:41
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 diptanu/3884273 to your computer and use it in GitHub Desktop.
Save diptanu/3884273 to your computer and use it in GitHub Desktop.
Maven proxy config
<proxies>
<proxy>
<active>true</active>
<host>proxy.host.net</host>
<port>80</port>
</proxy>
</proxies>
you have to check your proxy configuration and put appropriate values in host and port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment