Shawn Pearce | bf8ebbe | 2013-05-06 14:23:26 -0700 | [diff] [blame] | 1 | If you are adding a directory here: |
2 | |||||
3 | - Search all pom.xml files for "CORE PLUGIN LIST". | ||||
4 | - Add the new plugin to that location. | ||||
5 | - (optional) Thank the Maven developers for making this easy. | ||||
6 | |||||
7 | - Ensure the plugin's pom.xml <version> is the same as Gerrit's | ||||
8 | own pom.xml(s). Gerrit will only embed a plugin that has the | ||||
9 | same version as itself. | ||||
10 | |||||
11 | - Register the plugin as a submodule with git submodule. |