| load("@rules_java//java:defs.bzl", "java_binary", "java_library") |
| load("//tools/bzl:junit.bzl", "junit_tests") |
| "//tools/bzl:plugin.bzl", |
| srcs = glob(["src/main/java/**/*.java"]), |
| "Gerrit-PluginName: javamelody", |
| "Gerrit-Module: com.googlesource.gerrit.plugins.javamelody.Module", |
| "Gerrit-HttpModule: com.googlesource.gerrit.plugins.javamelody.HttpModule", |
| "Implementation-Title: Javamelody plugin", |
| "Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/javamelody", |
| resources = glob(["src/main/resources/**/*"]), |
| name = "javamelody_tests", |
| srcs = glob(["src/test/java/**/*.java"]), |
| ":javamelody__plugin_test_deps", |
| name = "javamelody__plugin_test_deps", |
| visibility = ["//visibility:public"], |
| exports = PLUGIN_DEPS + PLUGIN_TEST_DEPS + [ |