Liking cljdoc? Tell your friends :D

leiningen.deploy

Build and deploy jar to remote repository.

Build and deploy jar to remote repository.
raw docstring

add-auth-from-urlclj

(add-auth-from-url [id settings])
source

add-auth-interactivelyclj

(add-auth-interactively [id settings])
source

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 
sourceraw docstring

deployclj

(deploy project)
(deploy project repository)
(deploy project repository identifier version & files)

Deploy jar and pom to remote repository.

The target repository will be looked up in :repositories in project.clj:

:repositories [["snapshots" "https://internal.repo/snapshots"] ["releases" "https://internal.repo/releases"] ["alternate" "https://other.server/repo"]]

If you don't provide a repository name to deploy to, either "snapshots" or "releases" will be used depending on your project's current version. You may provide a repository URL instead of a name.

See lein help deploying under "Authentication" for instructions on how to configure your credentials so you are not prompted on each deploy.

You can also deploy arbitrary artifacts from disk:

$ lein deploy myrepo com.blueant/fancypants 1.0.1 fancypants.jar pom.xml

The repository can be defined in defproject or a profile, or it can be a URL. Use file://$HOME/.m2/repository to install in the local repo.

While this works with any arbitrary files on disk, downstream projects will not be able to depend on jars that are deployed without a pom.

Deploy jar and pom to remote repository.

The target repository will be looked up in :repositories in project.clj:

  :repositories [["snapshots" "https://internal.repo/snapshots"]
                 ["releases" "https://internal.repo/releases"]
                 ["alternate" "https://other.server/repo"]]

If you don't provide a repository name to deploy to, either "snapshots" or
"releases" will be used depending on your project's current version. You may
provide a repository URL instead of a name.

See `lein help deploying` under "Authentication" for instructions on
how to configure your credentials so you are not prompted on each
deploy.

You can also deploy arbitrary artifacts from disk:

    $ lein deploy myrepo com.blueant/fancypants 1.0.1 fancypants.jar pom.xml

The repository can be defined in defproject or a profile, or it can be a URL.
Use file://$HOME/.m2/repository to install in the local repo.

While this works with any arbitrary files on disk, downstream projects will not
be able to depend on jars that are deployed without a pom.
sourceraw docstring

files-forclj

(files-for project repo)
source

repo-forclj

(repo-for project name)
source

signclj

(sign file opts)

Create a detached signature and return the signature file name.

Create a detached signature and return the signature file name.
sourceraw docstring

sign-for-repo?clj

(sign-for-repo? repo)

Generally sign artifacts for this repo?

Generally sign artifacts for this repo?
sourceraw docstring

signature-for-artifactclj

(signature-for-artifact [coords artifact-file] opts)
source

signatures-for-artifactsclj

(signatures-for-artifacts artifacts sig-opts)

Creates and returns the list of signatures for the artifacts needed to be signed.

Creates and returns the list of signatures for the artifacts needed to be
signed.
sourceraw docstring

signing-argsclj

(signing-args file opts)

Produce GPG arguments for signing a file.

Produce GPG arguments for signing a file.
sourceraw docstring

signing-optsclj

(signing-opts project repo)

Extract signing options map from a project.

Extract signing options map from a project.
sourceraw docstring

warn-missing-metadataclj

(warn-missing-metadata project)
source

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

× close