Created
August 30, 2016 14:10
-
-
Save mnadeem/7881c1696fd8112455d9f71b020c4610 to your computer and use it in GitHub Desktop.
GPG passphrase as profile in settings.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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