gerrit/plugins
Sven Selberg 21c8686867 Add WebLink extension point for file history
Change-Id: Ib70f1beeb03dfbf7ebb0ccef0b6f46157b9fac3a
2015-08-25 08:47:55 +02: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@730613516a Add WebLink extension point for file history 2015-08-25 08:47:55 +02:00
download-commands@99e61fb06a Update revision of download-commands plugin 2015-07-16 16:10:27 +02:00
replication@acdedee5e9 Fix plugin revisions 2015-08-25 00:46:22 +00: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.