gerrit/plugins
Hugo Arès 7b1584305c Update replication plugin to latest revision
Change-Id: Ic30f045239d1089c2c97de80d791548e1ea3a4dd
2013-11-14 13:43:48 -05:00
..
commit-message-length-validator@c1734194c6 Update core plugins to latest revisions 2013-10-23 18:31:39 +09:00
cookbook-plugin@1b1aca1dd6 Update cookbook-plugin 2013-10-29 10:43:46 +01:00
download-commands@fe2bc6be5e Make DownloadScheme.isAuthSupported an abstract method 2013-10-31 14:42:01 -07:00
replication@5ee79cc535 Update replication plugin to latest revision 2013-11-14 13:43:48 -05:00
reviewnotes@c9fc694ebd Update core plugins to latest revisions 2013-10-23 18:31:39 +09:00
singleusergroup@c9ad9d1be4 Add singleusergroup plugin 2013-11-09 07:45:00 +01:00
BUCK Register core plugin that implements the standard download commands 2013-10-16 22:08:17 +02: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.