You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edit that file and set your `sonatypeUsername` and sonatypePassword`.
259
+
Edit that file and set your `sonatypeUsername` and sonatypePassword`. You also need to set the values for your keys. Here's how to list/create them. [1](http://central.sonatype.org/pages/working-with-pgp-signatures.html).
260
+
261
+
```
262
+
gpg2 --list-keys
263
+
gpg --gen-key
264
+
```
265
+
266
+
Then set the values for `signing.keyId` and `signing.secretKeyRingFile`.You don't need to set the `signing.password`.
0 commit comments