Make events-broker a Gerrit plugin

Change the Bazel BUILD style from library to plugin for simplifying
the joint development with other dependent plugins and its import
as an Eclipse project.

Also enable the ability to build other plugins that depend on
events-broker (e.g. events-kafka) by just referring to the source
code and without the requirement to fetch the artifact from Maven.

Change-Id: I86f3ca5f65a15a7e104ced28b44e370424c49a5e
1 file changed
tree: bca86392ed486e44ffcb635eaeb72ee186e86ebb
  1. src/
  2. .gitignore
  3. BUILD
  4. Jenkinsfile
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Events Broker API for Gerrit Code Review

API of a generic events broker for use with Gerrit Code Review.

Enables the de-coupling between Gerrit, plugins and the different implementations of a generic events broker.