Files
gerrit/plugins
Edwin Kempin 551bf70b5a Update cookbook-plugin
* Add example of getting canonical web URL injected

Change-Id: I59a964adc91ae3bbc0a64b91499bc6e7977c7241
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
2013-10-29 10:43:46 +01:00
..
2013-10-29 10:43:46 +01: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.