Liking cljdoc? Tell your friends :D

leiningen.with-profile

Apply the given task with the profile(s) specified.

Apply the given task with the profile(s) specified.
raw docstring

profiles-in-groupclj

(profiles-in-group project profile-group)
source

with-profileclj

(with-profile project profiles task-name & args)

Apply the given task with the profile(s) specified.

Comma-separated profiles may be given to merge profiles and perform the task. Colon-separated profiles may be given for sequential profile task application.

A profile list may either be a list of profiles to use, or may specify the profiles to add or remove from the active profile list using + or - prefixes.

For example:

 lein with-profile user,dev test
 lein with-profile -dev test
 lein with-profile +1.4:+1.4,-dev:base,user test

To list all profiles or show a single one, see the show-profiles task. For a detailed description of profiles, see lein help profiles.

Apply the given task with the profile(s) specified.

Comma-separated profiles may be given to merge profiles and perform the task.
Colon-separated profiles may be given for sequential profile task application.

A profile list may either be a list of profiles to use, or may specify the
profiles to add or remove from the active profile list using + or - prefixes.

For example:

     lein with-profile user,dev test
     lein with-profile -dev test
     lein with-profile +1.4:+1.4,-dev:base,user test

To list all profiles or show a single one, see the show-profiles task.
For a detailed description of profiles, see `lein help profiles`.
sourceraw docstring

with-profiles*clj

(with-profiles* project profiles task-name args)

Apply the given task with a comma-separated profile list.

Apply the given task with a comma-separated profile list.
sourceraw docstring

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

× close