blob: 419c77eefae6062e507b4a8303af4615a69270a0 [file] [log] [blame]
include_defs('//bucklets/gerrit_plugin.bucklet')
include_defs('//lib/maven.defs')
gerrit_plugin(
name = 'metrics-reporter-jmx',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
deps = [
'//lib/dropwizard:dropwizard-core'
],
manifest_entries = [
'Gerrit-PluginName: metrics-reporter-jmx',
],
)
# this is required for bucklets/tools/eclipse/project.py to work
java_library(
name = 'classpath',
deps = [':metrics__plugin'],
)