stack created HBASE-18716:
-----------------------------
Summary: [pom cleanup] Move the replication protos into the new
hbase-replication module
Key: HBASE-18716
URL: https://issues.apache.org/jira/browse/HBASE-18716
Project: HBase
Issue Type: Bug
Reporter: stack
[~uagashe] has a patch that touches all modules so it is turning up some probs
in our interdependencies. One such is that hbase-replication was getting its
generated protobuf files via transitive include of hbase-protocol-shaded.
Better if the protos for replication are made local to the hbase-replication
module since that is our pattern now (colocating protos w/ their client code
inside their hosting module).
Only issue is that hbase-protocol-shaded content is generated and then
relocated which is a lot of 'pom'-ery to copy/paste. See if can share pom-ery
via the parent pom.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)