gerrit/plugins
David Pursehouse dc53a1665b Update cookbook plugin revision
- Merge stable-2.11

Change-Id: I4ab9e6018eea0390e73d558c92a4765e561097fa
2015-10-30 12:01:27 +09:00
..
commit-message-length-validator@8d295ed48e Update commit-message-length-validator plugin to latest revision 2015-05-19 17:35:58 +09:00
cookbook-plugin@82eefc2048 Update cookbook plugin revision 2015-10-30 12:01:27 +09:00
download-commands@86eb557335 Update download-commands plugin 2015-09-09 11:34:08 -04:00
replication@32e84b1b61 Rename getCurrentUser to getUser 2015-10-19 11:49:06 -04:00
reviewnotes@26f38c4514 Open Repository and RevWalk in try-with-resource 2015-08-27 18:40:14 +09:00
singleusergroup@f6df7121d2 Merge branch 'stable-2.11' 2015-10-09 16:07:35 +09:00
BUCK Buck: Make deps to $(exe :foo) and $(location :bar) implicitly 2014-06-10 07:29:42 +00: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.