blob: 6972003867fd417c3d4b502c196e44bb8cb15713 [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-reporter-jmx__plugin'],
)