On Mon, Jun 11, 2012 at 9:52 PM, Cédric Pineau <cedric.pin...@gmail.com> wrote:

> Also, can someone point me to a ~/lein/profiles.clj sample or a complete
> lein2 documentation ?

Just to add to Phil's answer:

The profiles in lein2 are just a map (obviously, isn't it?) where the
key is the name of the profile and the value another map with the
project's key-values as if you were to include in defproject. Unless
I'm mistaken, user, dev and...doh, forgot the one...are automatically
included while executing any lein commands. As you might've guessed,
the key-value pairs of a profile override the project's settings.

Jacek

-- 
Jacek Laskowski
Functional languages (Clojure), Java EE, and IBM WebSphere -
http://blog.japila.pl
"Never discourage anyone who continually makes progress, no matter how
slow." Plato

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to