Liking cljdoc? Tell your friends :D
Clojure only.

badigeon2.sign


sign-gpgclj

(sign-gpg {:keys [jar-file lib class-dir gpg-key] :as params})

Sign pom and jar using gpg.

Options:

  • jar-file: required, path to jar file
  • lib: required, lib symbol
  • class-dir: required, used to find the pom file
  • gpg-key: private key used to sign, default to the first private key found
Sign pom and jar using gpg. 

Options:
- jar-file: required, path to jar file
- lib: required, lib symbol
- class-dir: required, used to find the pom file
- gpg-key: private key used to sign, default to the first private key found
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close