Skip to content

Instantly share code, notes, and snippets.

@cnxobo
Last active July 24, 2017 06:48
Show Gist options
  • Save cnxobo/8610229c052c44f7ae3a46f8ced1916b to your computer and use it in GitHub Desktop.
Save cnxobo/8610229c052c44f7ae3a46f8ced1916b to your computer and use it in GitHub Desktop.
maven配置密码
<settings>
.
.
<servers>
<server>
<id>repo1</id>
<username>repouser</username>
<!-- other optional elements:
<password>my_login_password</password>
<privateKey>/path/to/identity</privateKey> (default is ~/.ssh/id_dsa)
<passphrase>my_key_passphrase</passphrase>
-->
</server>
</servers>
.
.
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment