Skip to content

Instantly share code, notes, and snippets.

@ludo1026
Last active December 30, 2015 05:49
Show Gist options
  • Save ludo1026/7785527 to your computer and use it in GitHub Desktop.
Save ludo1026/7785527 to your computer and use it in GitHub Desktop.
Mot de passe encrypté
<settings xmlns="_http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="_http://www.w3.org/2001/XMLSchema-instance"
xsichemaLocation="_http://maven.apache.org/SETTINGS/1.0.0
_http://maven.apache.org/xsd/settings-1.0.0.xsd">
<proxies>
<proxy>
<id>proxy.societe.com</id>
<active>true</active>
<protocol>http</protocol>
<host>proxy.fr.societe.com</host>
<port>8080</port>
<username>USER\login</username>
<password>{9DquRleLZyAHH8fKsM5WyLoGlK2cdrYHDLUftRQZ8/M=}</password>
</proxy>
</proxies>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment