blob: fe6b6deec450fce52d3c75fa33eb161dc8cc7990 [file] [view]
Build
=====
This @PLUGIN@ plugin is built with Bazel.
Clone (or link) this plugin to the `plugins` directory of Gerrit's source tree.
Put the external dependency Bazel build file into the Gerrit /plugins directory,
replacing the existing empty one. The rabbitMQ broker implementation depends on [events-broker](https://gerrit.googlesource.com/modules/events-broker)
which is linked directly from source with the same 'in-tree' plugin structure.
```
cd gerrit/plugins
git clone "https://gerrit.googlesource.com/modules/events-broker"
rm external_plugin_deps.bzl
ln -s @PLUGIN@/external_plugin_deps.bzl .
```
Then issue
```
bazel build plugins/@PLUGIN@
```
in the root of Gerrit's source tree to build
The output is created in
```
bazel-bin/plugins/@PLUGIN@/@PLUGIN@.jar
```
This project can be imported into the Eclipse IDE.
Add the plugin name to the `CUSTOM_PLUGINS` set in
Gerrit core in `tools/bzl/plugins.bzl`, and execute:
```
./tools/eclipse/project.py
```