/protobuf-maven-plugin

Protobuf Maven Plugin

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central

Hello.

There are a couple of plugins out there to compile Google Protobuf files, but most of them end up giving NPEs, so you have to fallback to Exec Plugin.

That's why I wanted to create a quite simple plugin that just does the job. Plus the source code is very small and simple to fix any possible issue.