blob: af236dc6bea093e398fc0f7b9b26a215de2da68a [file] [log] [blame]
gerrit_plugin(
name = 'replication',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Implementation-Title: Replication plugin',
'Implementation-URL: https://gerrit-review.googlesource.com/#/admin/projects/plugins/replication',
'Gerrit-PluginName: replication',
'Gerrit-Module: com.googlesource.gerrit.plugins.replication.ReplicationModule',
'Gerrit-SshModule: com.googlesource.gerrit.plugins.replication.SshModule'
],
deps = [
'//lib/commons:io',
],
)
java_test(
name = 'replication_tests',
srcs = glob(['src/test/java/**/*.java']),
deps = [
':replication__plugin__compile',
'//lib:junit',
'//lib/jgit:jgit',
],
)