Skip to content

Instantly share code, notes, and snippets.

@GuiSim
Created January 27, 2017 20:38
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 GuiSim/96eb026ba672135c226f533168ea1f34 to your computer and use it in GitHub Desktop.
Save GuiSim/96eb026ba672135c226f533168ea1f34 to your computer and use it in GitHub Desktop.
...
<servers>
...
<server>
<id>ossrh</id>
<username>YOUR_OSSRH_JIRA_USER</username>
<password>YOUR_OSSRH_JIRA_PASSWORD</password>
</server>
...
<profiles>
...
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.executable>gpg2</gpg.executable>
<gpg.passphrase>YOUR_GPG_PASSPHRASE</gpg.passphrase>
</properties>
</profile>
...
</profiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment