aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-01-29 15:20:08 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-01-29 15:20:08 -0500
commit4e8696e773b7b1b121bab2e56d1fa233a2a28957 (patch)
tree4d2386012ee8f58dad6d91ce3ee428ecc6030b9d /README.txt
parent66870bf5f01ae0a32bf8af32d548833816d75166 (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.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 176c871c..88aedd72 100644
--- a/README.txt
+++ b/README.txt
@@ -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.