diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-01-30 15:11:54 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-01-30 15:11:54 -0500 |
commit | 75eaf576f17db49b621aa013ac3edf56cb24d5b8 (patch) | |
tree | 3acd1e97277f0e7a5af9c4455c8f241a934842d2 /README.txt | |
parent | 0294e7994550569d8d82b936a01e2535924ff024 (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.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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. |