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