044a6c983f
Gerrit and core plugins are now built with buck. The Gerrit build no longer supports Maven; all the pom.xml files have already been removed. Remove Maven build support, i.e. the pom.xml files, from all core plugins except the cookbook plugin which should keep it as long as we still actually support Maven-based plugins. Change-Id: Id299ade79ae1f94976c9b18634aa4b458bf1eeff |
||
---|---|---|
.. | ||
commit-message-length-validator@c4ac20cd95 | ||
cookbook-plugin@701846c29e | ||
download-commands@fe2bc6be5e | ||
replication@400f47b991 | ||
reviewnotes@9bb484be11 | ||
singleusergroup@c9ad9d1be4 | ||
BUCK | ||
README |
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.