Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvergnaud committed Jan 5, 2019
1 parent 32b2901 commit 8ca0215
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion releasing.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
releasing requires pgp for code signing. Once and for all, you must:
- install gpg or gpg2
- install gpg or gpg2 using: brew install gnupg gnupg2
- create a key pair
- export it to ascii
- publish it to various servers
- specify <gpg.executable> in mvn Settings.xml
- specify <gpg.passphrase> in mvn Settings.xml
if pgp key expires:
- gpg2 --list-keys
- gpg2 --edit-key some-key listed above
- key 0, expire
- key 1, expire
- save
releasing require authenticating to Nexus. Once and for all, you must:
- specify <username> in <server>in mvn Settings.xml
- specify <pasword> in <server>in mvn Settings.xml
Expand Down

0 comments on commit 8ca0215

Please sign in to comment.