Skip to content

Instantly share code, notes, and snippets.

@nikuyoshi
Created July 14, 2015 11:41
Show Gist options
  • Save nikuyoshi/a7c0340e71abe3d04530 to your computer and use it in GitHub Desktop.
Save nikuyoshi/a7c0340e71abe3d04530 to your computer and use it in GitHub Desktop.
社内でMaven実行時、外部のMavenリポジトリサーバーからダウンロードができない時の対処方法 ref: http://qiita.com/nikuyoshi/items/567f78e07e5733907491
<proxies>
<!-- proxy
| Specification for one proxy, to be used in connecting to the network.
|
<proxy>
<id>optional</id>
<active>true</active>
<protocol>http</protocol>
<username>proxyuser</username>
<password>proxypass</password>
<host>proxy.host.net</host>
<port>80</port>
<nonProxyHosts>local.net|some.host.com</nonProxyHosts>
</proxy>
-->
</proxies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment