gerrit/plugins
Shawn Pearce 98cd151eb1 Merge branch 'stable-2.6' into stable-2.7
* stable-2.6:
  Fix spelling errors in access-control.txt
  Access control documentation: Formatting
  Access control documentation: Clean up of categories
  Access Control Documentation: Explain special and magic refs
  Set core plugins to correct revisions for 2.6-rc2
  Update developer instructions for cloning the Gerrit project
  Fix Windows build

Change-Id: Ic6a27ddffed8521f10aaca9ca6619840174be1ff
2013-05-10 09:58:57 -07:00
..
commit-message-length-validator@74df0dc1e7 Merge branch 'stable-2.6' into stable-2.7 2013-05-10 09:58:57 -07:00
replication@26b0185a6e Merge branch 'stable-2.6' into stable-2.7 2013-05-10 09:58:57 -07:00
reviewnotes@1490f20e92 Merge branch 'stable-2.6' into stable-2.7 2013-05-10 09:58:57 -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.