Skip to content

Instantly share code, notes, and snippets.

@tslmy
Created September 16, 2022 19:08
Show Gist options
  • Save tslmy/42752c4ea70d0e358c592ac92e60d06a to your computer and use it in GitHub Desktop.
Save tslmy/42752c4ea70d0e358c592ac92e60d06a to your computer and use it in GitHub Desktop.
Server authentication settings for Maven
<settings>
<servers>
<server>
<id>repo-for-snapshots</id>
<username>ming</username>
<password>{ABCDEFGHIJKLMNOP=}</password>
</server>
<server>
<id>repo-for-releases</id>
<username>ming</username>
<password>{ABCDEFGHIJKLMNOP=}</password>
</server>
</servers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment