Liking cljdoc? Tell your friends :D

fr.jeremyschoffen.mbt.alpha.core.maven.install

Api providing a maven install utilities.

Api providing a maven install utilities.
      
raw docstring

install!clj

(install! {install-dir :fr.jeremyschoffen.mbt.alpha.maven.install/dir
           :or {install-dir common/default-local-repo}
           :as param})

Locally install maven artefacts. Some key parameters:

  • :maven.deploy/artefacts: sequence of maps respecting the :maven.deploy/artefact spec. These represents the artefacts to deploy like jars, pom.xml files, etc...
  • :maven.install/dir: optional parameter allowing the installation dir to be different from the default local repo.
Locally install maven artefacts. Some key parameters:
- `:maven.deploy/artefacts`: sequence of maps respecting the `:maven.deploy/artefact` spec. These represents the
  artefacts to deploy like jars, pom.xml files, etc...
- `:maven.install/dir`: optional parameter allowing the installation dir to be different from the default local repo.
sourceraw docstring

make-install-requestclj

(make-install-request param)
source

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

× close