Add test for CorePluginsRepository

Using dependency on release.war in Bazel junit_tests rule, using data
attribute, we can depend on release.war content in the tests: [1].

Then we can retrieve the TEST_SRCDIR passed through environment variable
to the test and retrieve the content of the release.war from within the
tests. The only disadvantage of this approach, is that the test in this
form wouldn't work from within IDE. But in this case release.war could
be built manually and passed in the test by other means.

[1] https://docs.bazel.build/versions/master/build-ref.html#data

Change-Id: I17128017e2ec0287baf34e84b35eed1683f3f422
2 files changed
tree: 1ba055b4bf69f67ae11fef0806ac9e7f3a77c45e
  1. src/
  2. .gitignore
  3. BUCK
  4. BUILD
  5. LICENSE
  6. README.md
README.md

plugin-manager

Gerrit web-based plugin manager.

To enable this plugin, please look at the configuration guide