Skip to content

Instantly share code, notes, and snippets.

@EugenyB
Created February 16, 2021 09:33
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 EugenyB/5752d9dc4264d82e4abf3e2343de5e2f to your computer and use it in GitHub Desktop.
Save EugenyB/5752d9dc4264d82e4abf3e2343de5e2f to your computer and use it in GitHub Desktop.
maven settings for nuos proxy
<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>10.10.0.105</host>
<port>3128</port>
</proxy>
</proxies>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment