blob: 6610330a7ddd60915c3c5fba45f805246882caf5 [file] [log] [blame]
gerrit_plugin(
name = 'replication',
srcs = glob(['src/main/java/**/*.java']),
resources = glob(['src/main/resources/**/*']),
manifest_entries = [
'Gerrit-Module: com.googlesource.gerrit.plugins.replication.ReplicationModule',
'Gerrit-SshModule: com.googlesource.gerrit.plugins.replication.SshModule'
]
)
java_test(
name = 'replication_tests',
srcs = glob(['src/test/java/**/*.java']),
deps = [
':replication__plugin__compile',
'//lib:junit',
'//lib/jgit:jgit',
],
)