gerrit/plugins
David Pursehouse 8a97fc567a Update replication plugin
- Destination: Consider ref visibility when scheduling replication

Change-Id: I8052e166174f9c184a32dc6ab11a65ceb18cec88
2016-08-17 16:28:06 +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@f9b7f6994c Update cookbook plugin revision 2016-04-06 18:05:28 +03:00
download-commands@87075138f5 Update download-commands plugin 2015-11-19 13:40:07 +09:00
replication@51d6be2b49 Update replication plugin 2016-08-17 16:28:06 +09: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 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

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.