aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Sierra <mail@stuartsierra.com>2010-02-09 14:02:32 -0500
committerStuart Sierra <mail@stuartsierra.com>2010-02-09 14:02:32 -0500
commit9aecba5c5133d1a5017bc52b7def9a85b2ec3cef (patch)
tree989f8fdc0d88444587a660ab415958c64593fe87
parentaf788ed71a5c92f32daa5bfc5673455bd8843faa (diff)
README: remove -o from maven command line for local build
-rw-r--r--README.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index 010f8bc7..220d901f 100644
--- a/README.txt
+++ b/README.txt
@@ -68,9 +68,12 @@ to the mvn command line.
If you want to compile/build with a customized clojure.jar file, use
the following command:
- mvn package -o -Dclojure.jar=/path/to/clojure.jar
+ mvn package -Dclojure.jar=/path/to/clojure.jar
-The /path/to/clojure.jar MUST be an absolute path.
+The /path/to/clojure.jar MUST be an absolute path.
+
+Maven will still download other dependencices,
+such as clojure-maven-plugin.