Skip to content

Instantly share code, notes, and snippets.

@soohyunc
Created June 22, 2018 11:03
Show Gist options
  • Save soohyunc/4d2c179cbbd1c8e2648ae89d401c2987 to your computer and use it in GitHub Desktop.
Save soohyunc/4d2c179cbbd1c8e2648ae89d401c2987 to your computer and use it in GitHub Desktop.
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>168.219.61.252</host>
<port>8080</port>
<nonProxyHosts>165.213.180.100|localhost|165.213.118.100</nonProxyHosts>
</proxy>
<proxy>
<active>true</active>
<protocol>https</protocol>
<host>168.219.61.252</host>
<port>8080</port>
<nonProxyHosts>165.213.180.100|localhost|165.213.118.100</nonProxyHosts>
</proxy>
</proxies>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment