2 This maven module has core protobuf definition files ('.protos') used by hbase
3 table gropuing Coprocessor Endpoints.
5 Generation of java files from protobuf .proto files included here is done apart
6 from the build. Run the generation whenever you make changes to the .orotos files
7 and then check in the produced java (The reasoning is that change is infrequent
8 so why pay the price of generating files anew on each build.
10 To generate java files from protos run:
12 $ mvn compile -Dcompile-protobuf
14 $ mvn compile -Pcompile-protobuf
16 After you've done the above, check it and then check in changes (or post a patch
17 on a JIRA with your definition file changes and the generated files). Be careful
18 to notice new files and files removed and do appropriate git rm/adds.