diff options
author | Stuart Sierra <mail@stuartsierra.com> | 2010-02-09 14:02:32 -0500 |
---|---|---|
committer | Stuart Sierra <mail@stuartsierra.com> | 2010-02-09 14:02:32 -0500 |
commit | 9aecba5c5133d1a5017bc52b7def9a85b2ec3cef (patch) | |
tree | 989f8fdc0d88444587a660ab415958c64593fe87 | |
parent | af788ed71a5c92f32daa5bfc5673455bd8843faa (diff) |
README: remove -o from maven command line for local build
-rw-r--r-- | README.txt | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |