gerrit/plugins
David Pursehouse d1f7ea03bf Update the revision of the cookbook plugin
To get the following changes:

- Add Gerrit-PluginName in the BUCK and Maven configs
- Add an example of plugin-owned capability
- Remove unnecessary exceptions from hello command class declaration

Change-Id: I2601b40367bba9e1ecd83adacd3193b9610055b0
2014-02-21 17:29:06 +09:00
..
commit-message-length-validator@6eba481780 Update plugins to latest revisions 2013-12-04 14:06:13 +09:00
cookbook-plugin@28235a6e75 Update the revision of the cookbook plugin 2014-02-21 17:29:06 +09:00
download-commands@eb5e44f2d7 Update download-commands plugin to latest revision 2013-12-11 16:26:33 +09:00
replication@d23c2e6485 Update replication plugin to latest revision 2014-01-29 20:36:14 +09:00
reviewnotes@6874243210 Update plugins to latest revisions 2013-12-04 14:06:13 +09:00
BUCK Register core plugin that implements the standard download commands 2013-10-16 22:08:17 +02:00
README Ensure core plugins are bundled by Maven 2013-05-06 15:36:46 -07: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.