Hi lads,

I've implemented a Maven 2 plug-in that invokes protoc (Google Protocol
Buffers Compiler) to generate Java classes. It hooks into build life cycle
at 'generate-sources' phrase. It scans specified directories to find .proto
files and invokes protoc executable to generate Java classes into specified
directory. Pretty useful stuff for all Maven users, I guess.

I can contribute the source code to the Mojo if you are interested.
Otherwise I'll create separate project or something along these lines.
Cheers,
Tom

Reply via email to