gerrit/plugins
David Pursehouse cd63bcaff5 Use try-with-resource when opening stream
Change-Id: Ie83c3f5ef629b49bec5984c1c7f47433673fb4df
2015-08-27 18:40:14 +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@b9d3ca8a65 Use try-with-resource when opening stream 2015-08-27 18:40:14 +09:00
download-commands@99e61fb06a Update revision of download-commands plugin 2015-07-16 16:10:27 +02:00
replication@cc91e0c298 Open Repository and RevWalk in try-with-resource 2015-08-27 18:40:14 +09:00
reviewnotes@26f38c4514 Open Repository and RevWalk in try-with-resource 2015-08-27 18:40:14 +09:00
singleusergroup@6fb010107a Open review DB in try-with-resource where appropriate 2015-08-27 18:40:08 +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.