gerrit/plugins
Shawn Pearce f252f5348e Gerrit 2.6
Change-Id: I7b6704181bae0953d7de021611ff8e8a0165b93f
2013-06-21 09:51:01 -07:00
..
commit-message-length-validator@a2aaf1a015 Gerrit 2.6 2013-06-21 09:51:01 -07:00
replication@e7b4bce71d Gerrit 2.6 2013-06-21 09:51:01 -07:00
reviewnotes@c868c1fcc9 Gerrit 2.6 2013-06-21 09:51:01 -07: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.