Skip to content

Instantly share code, notes, and snippets.

@ponkore
Created March 24, 2012 12:01
Show Gist options
  • Save ponkore/2181579 to your computer and use it in GitHub Desktop.
Save ponkore/2181579 to your computer and use it in GitHub Desktop.
.m2/settings.xml
<settings>
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>proxy.hoge.fuga.com</host>
<port>8080</port>
</proxy>
</proxies>
</settings>
@ponkore
Copy link
Author

ponkore commented Mar 24, 2012

.m2/settings.xml (http proxy setting)

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