gerrit/plugins
David Pursehouse bdf49bb7a5 Update replication plugin to latest version
- Add a command to list replication targets

Change-Id: I986e853e17f65cf0bcf10f922415726cda16a8c8
2015-07-07 19:00:47 +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@6b61e07bb1 Update replication and cookbook plugin revisions 2015-06-29 15:53:35 +09:00
download-commands@334f725385 Update revision of the download-commands plugin 2015-07-07 07:52:37 +02:00
replication@7a3a89fc98 Update replication plugin to latest version 2015-07-07 19:00:47 +09:00
reviewnotes@d81e2d6d3e Update revision of reviewnotes plugin 2015-07-03 10:11:21 +02:00
singleusergroup@082bf62238 Update the singleusergroup plugin version 2015-02-12 15:24:42 +01: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.