Configuring Protobuf to Java compiler in maven
Here are few steps to configure protobuf-to-java compilation in your maven project:
Install google protobuf compiler on your computer.
brew install protobuf
Configure maven protobuf compiler plugin and protobuf-java dependency in pom.xml