Skip to content

Instantly share code, notes, and snippets.

@tomhermann
Created April 15, 2012 20:24
Show Gist options
  • Save tomhermann/2394676 to your computer and use it in GitHub Desktop.
Save tomhermann/2394676 to your computer and use it in GitHub Desktop.
gradle properties for maven deployment
##############################################################################
# This file lives at ~/.gradle/gradle.properties, and supplies secure details
# for 'gradle uploadArchives'
##############################################################################
# keyId from 'gpg --list-keys'
signing.keyId=
# passphrase used when generating key
signing.password=
# location of secret key ring file from 'gpg --list-secret-keys'
signing.secretKeyRingFile=/home/tom/.gnupg/secring.gpg
# Nexus username/password for deployment
sonatypeUsername=
sonatypePassword=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment