Skip to content

Instantly share code, notes, and snippets.

@mnadeem
Created August 30, 2016 14:10
Show Gist options
  • Save mnadeem/7881c1696fd8112455d9f71b020c4610 to your computer and use it in GitHub Desktop.
Save mnadeem/7881c1696fd8112455d9f71b020c4610 to your computer and use it in GitHub Desktop.
GPG passphrase as profile in settings.xml
<settings>
<profiles>
<profile>
<id>ossrh</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.passphrase>[your_gpg_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