gerrit/plugins
David Pursehouse 1f0db2a18b Update download-commands plugin
- CloneWithCommitMsgHook: Fix HTTP clone command inconsistency

Change-Id: I429c2d31d16491acf63d663a3c0420aebe792b63
2016-11-13 11:20:10 -08: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@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

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.