xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
236 stars 78 forks source link

Command line is too long - use text file #40

Closed sathomps closed 6 years ago

sathomps commented 6 years ago

Support has been added to Protoc 3.5.0 as noted here.

https://github.com/google/protobuf/issues/274

And needs to be added to the plugin.

sergei-ivanov commented 6 years ago

duplicates #5 I'll need to make it somehow configurable, so that the support for older versions of protoc is not broken.