From 5cc8f6647b2b893653eb68915a9f6ed08a1ee5fc Mon Sep 17 00:00:00 2001 From: Dave Borowitz Date: Mon, 21 May 2012 09:51:36 -0700 Subject: [PATCH] Describe where to get the sample Maven plugin project Change-Id: I52e859d39ca6aa4d92cfd78f9b47560f288e3787 --- Documentation/dev-plugins.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Documentation/dev-plugins.txt b/Documentation/dev-plugins.txt index ff3aade885..586ae078f4 100644 --- a/Documentation/dev-plugins.txt +++ b/Documentation/dev-plugins.txt @@ -18,9 +18,14 @@ Most of this documentation refers to either type as a plugin. Requirements ------------ -To start development, download the sample maven project, which -downloads the dependencies file that matches the war file to develop -against. Dependencies are offered in two different formats: +To start development, clone the sample maven project: + +---- +$ git clone https://gerrit.googlesource.com/plugins/helloworld +---- + +This project includes the dependencies file that matches the war file to +develop against. Dependencies are offered in two different formats: gerrit-extension-api.jar:: A stable but thin interface. Suitable for extensions that need