Liking cljdoc? Tell your friends :D

deps-deploy.deps-deploy


-mainclj

(-main deploy-or-install artifact & [sign-releases])

all-artifactsclj

(all-artifacts sign? {:keys [version] :as coordinates} artifact)

artifact-id-tagclj


artifactsclj

(artifacts version files)

classifierclj

(classifier version f)

The classifier is be located between the version and extension name of the artifact. See http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploying-with-classifiers.html

The classifier is be located between the version and extension name of the artifact.
See http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploying-with-classifiers.html 
raw docstring

coordinates-from-pomclj

(coordinates-from-pom pom-str)

default-repo-settingsclj


deployclj

(deploy options)

The main entry point into deps-deploy via tools.deps :exec-fn which supports an opts map that can be supplied via :exec-args.

Required keys are:

:artifact A string specifying the file path relative to the current working directory to the artifact to be deployed. This will normally be your library packaged as a jar.

:installer Set to either :local or :remote depending on whether you want to install into your local .m2 cache or to a remote :repository.

:pom-file defaults to "pom.xml"

:sign-releases? A boolean that specifies whether releases should be signed

The main entry point into deps-deploy via tools.deps :exec-fn which
supports an opts map that can be supplied via :exec-args.

Required keys are:

:artifact   A string specifying the file path relative to the current
            working directory to the artifact to be deployed.  This will
            normally be your library packaged as a jar.

:installer  Set to either :local or :remote depending on whether you
            want to install into your local .m2 cache or to a remote
            :repository.

:pom-file   defaults to "pom.xml"

:sign-releases?  A boolean that specifies whether releases should be
                 signed

raw docstring

deploy*cljmultimethod


group-id-tagclj


mvn-coordinatesclj

(mvn-coordinates {:keys [group-id artifact-id version]})

sign!clj

(sign! pom jar-file)

version-tagclj

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

× close