Api providing maven deployment utilites.
Api providing maven deployment utilites.
(deploy! {local-repo :fr.jeremyschoffen.mbt.alpha.maven/local-repo
:as param
:or {local-repo common/default-local-repo}})
Deploy 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/server
: info about the remote repo:maven/credentials
: an optional parameter that would contain the credentials info needed to deploy
to a particular repo. The user's maven setting.xml is consulted to fill blanks in this parameter. Note that the
values specified here take priority over the ones in the settings file.:maven.settings/file
: optional parameter allowing to change the location of the maven setting.xml
file.Deploy 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/server`: info about the remote repo - `:maven/credentials`: an optional parameter that would contain the credentials info needed to deploy to a particular repo. The user's maven setting.xml is consulted to fill blanks in this parameter. Note that the values specified here take priority over the ones in the settings file. - `:maven.settings/file`: optional parameter allowing to change the location of the maven `setting.xml` file.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close