summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-01-26 12:09:35 -0800
committerShawn O. Pearce <sop@google.com>2009-01-26 12:09:35 -0800
commit33de0b1c47b007cc0dcdb8c30fd062eb9a33fc76 (patch)
tree4abd6d4a292f64e55510eab0a64d17ba62026b8b
parent31af1fffc172b7b614b69f6991e61c4fcb23b549 (diff)
Document the need to build our dependencies in dev-readme.txt
We covered this in the Eclipse specific setup, but not in the general setup case. Either way you need to make sure these packages are installed into your local Maven repository. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rw-r--r--Documentation/dev-readme.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/dev-readme.txt b/Documentation/dev-readme.txt
index a3226e576a..25dd91713a 100644
--- a/Documentation/dev-readme.txt
+++ b/Documentation/dev-readme.txt
@@ -81,6 +81,19 @@ see link:dev-eclipse.html[Eclipse Setup] for more details on how
to configure your workspace.
+Dependencies
+------------
+
+You need to ensure all dependencies have been installed into your
+local maven repository if Gerrit is relying on snapshots and not
+release versions of them.
+
+====
+ (cd ../jgit/jgit-maven/jgit && mvn clean install)
+ (cd ../mina_sshd && mvn clean install)
+====
+
+
Building
--------