Liking cljdoc? Tell your friends :D
Clojure only.

automaton-build.project.impl.clojars-deploy


deploy-cmdclj

(deploy-cmd jar-path)

Deploys jar that is in jar-path with it's pom file located in pom-path to repository. deps-deploy docs Params:

  • jar-path string
  • pom-path string
  • repository map consisting of key being an id for where to deploy and value being required data for deploy (e.g. map with :url, :username, :password)
Deploys jar that is in `jar-path` with it's pom file located in `pom-path` to `repository`.
[deps-deploy docs](https://github.com/slipset/deps-deploy)
Params:
* `jar-path` string
* `pom-path` string
* `repository` map consisting of key being an id for where to deploy and value being required data for deploy (e.g. map with :url, :username, :password) 
raw docstring

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

× close