aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-01-30 15:11:54 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-01-30 15:11:54 -0500
commit75eaf576f17db49b621aa013ac3edf56cb24d5b8 (patch)
tree3acd1e97277f0e7a5af9c4455c8f241a934842d2 /README.txt
parent0294e7994550569d8d82b936a01e2535924ff024 (diff)
Revert "Reenable builds with local clojure.jar"
This reverts commit 4e8696e773b7b1b121bab2e56d1fa233a2a28957. Attempted fix doesn't work.
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 88aedd72..176c871c 100644
--- a/README.txt
+++ b/README.txt
@@ -68,9 +68,10 @@ to the mvn command line.
If you want to compile/build with a customized clojure.jar file, use
the following command:
- mvn package -Dclojure.jar=/path/to/clojure.jar
+ mvn -Denv=local -Dclojure.jar=/path/to/clojure.jar package
-The /path/to/clojure.jar MUST be an absolute path.
+The /path/to/clojure.jar MUST be an absolute path. It defaults to
+${current-dir}/../clojure/clojure.jar if you do not specify it.