diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-29 15:20:08 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-29 15:20:08 -0500 |
commit | 4e8696e773b7b1b121bab2e56d1fa233a2a28957 (patch) | |
tree | 4d2386012ee8f58dad6d91ce3ee428ecc6030b9d /README.txt | |
parent | 66870bf5f01ae0a32bf8af32d548833816d75166 (diff) |
Reenable builds with local clojure.jar
Corrected POM still has Clojure as a dependency,
with an optional profile that allows specifying
the location of clojure.jar
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -68,10 +68,9 @@ to the mvn command line. If you want to compile/build with a customized clojure.jar file, use the following command: - mvn -Denv=local -Dclojure.jar=/path/to/clojure.jar package + mvn package -Dclojure.jar=/path/to/clojure.jar -The /path/to/clojure.jar MUST be an absolute path. It defaults to -${current-dir}/../clojure/clojure.jar if you do not specify it. +The /path/to/clojure.jar MUST be an absolute path. |