Skip to content

Instantly share code, notes, and snippets.

@bengolder
Created September 17, 2016 04:22
Show Gist options
  • Save bengolder/0239819c38a3c89d5eaac49b5e791cfc to your computer and use it in GitHub Desktop.
Save bengolder/0239819c38a3c89d5eaac49b5e791cfc to your computer and use it in GitHub Desktop.
<settings>
<servers>
<server>
<id>ossrh</id>
<username>bengolder</username>
<password>my-JIRA-user-account-passphrase</password>
</server>
</servers>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg2</gpg.executable>
<gpg.passphrase>my-super-secret-pgp-key-passphrase</gpg.passphrase>
</properties>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment