Files
gerrit/plugins
Edwin Kempin d522cd7efa Retrieve clone commands from /config/server/info REST endpoint
Instead of hard-coding the clone commands on client-side, retrieve
them from the /config/server/info REST endpoint.

The clone commands are now implemented in the download-commands
plugin, hence this plugin needs to be updated so that the clone
commands are available.

Change-Id: I58abd64e9597815ce23b3cd5ebf156185cad4c6a
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2015-06-09 15:48:07 +02:00
..

If you are adding a directory here:

- Search all pom.xml files for "CORE PLUGIN LIST".
- Add the new plugin to that location.
- (optional) Thank the Maven developers for making this easy.

- Ensure the plugin's pom.xml <version> is the same as Gerrit's
  own pom.xml(s). Gerrit will only embed a plugin that has the
  same version as itself.

- Register the plugin as a submodule with git submodule.