Files
gerrit/plugins
David Pursehouse e55d199aee Merge branch 'stable-2.8'
* stable-2.8:
  Update replication plugin to latest revision
  Allow download schemes to support but not require authentication
  Don't mention label abbreviation in search documentation
  Don't mention Verified as a default label in search documentation
  Minor fixes in dev-plugin documentation
  Document how a plugin can force state update of UiAction

Change-Id: I9ba217e20291271bdb1ec6d579efe37f9efc91ba
2013-10-24 11:06:14 +09:00
..
2013-10-24 11:06:14 +09: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.