The maven-protobuff project contains a lightweight maven plugin used to compile proto files.
- Will automatically extract .proto files out of dependency jars and put them into “//target/protos”.
- Will compile your module/project proto files into the “//src/main/java” directory for checkin.
- Works with both standard and multi-module projects.