gerrit/plugins
Edwin Kempin 591d355764 Merge branch stable-2.11
* stable-2.11:
  Update JGit to latest 4.5.x release
  Resource exhausted because of unclosed LDAP connection

Change-Id: I126c4c5714f29f3e552caa0d415dcca13981ffc6
Signed-off-by: Edwin Kempin <ekempin@google.com>
2018-12-28 08:09:36 +01: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@f9b7f6994c Update cookbook plugin revision 2016-04-06 18:05:28 +03:00
download-commands@8ad70a0ec1 Update download-commands plugin 2016-11-13 11:20:10 -08:00
replication@51d6be2b49 Update replication plugin 2016-08-17 16:28:06 +09:00
reviewnotes@8de8884603 Merge branch stable-2.11 2018-12-28 08:09:36 +01:00
singleusergroup@f6df7121d2 Merge branch 'stable-2.11' 2015-10-09 16:07:35 +09:00
BUCK Allow to add custom core plugins in release build 2015-12-14 19:25:49 +09:00
README Ensure core plugins are bundled by Maven 2013-05-06 15:36:46 -07:00

README

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.