protoc-jar-maven-plugin icon indicating copy to clipboard operation
protoc-jar-maven-plugin copied to clipboard

Support passing passing multiple proto files to protoc instead of one by one

Open Fadelis opened this issue 3 years ago • 2 comments

Currently the plugin executes multiple protoc commands for each proto file. I think it would be much more effective and is required by some protoc plugins (openapiv2) to pass all the proto files as a single command. Not sure if there was a specific reason for current implementation though. I haven't found a way to achieve this with current plugin, so would be a great addition I think.

Fadelis avatar May 26 '21 11:05 Fadelis

#119#119

Necropaw avatar Feb 11 '22 15:02 Necropaw

This would be required to let https://github.com/pseudomuto/protoc-gen-doc work (same as OpenAPI, most doc output plugins want to produce a single book style output, so require all proto files in one invocation).

timw avatar Nov 15 '23 09:11 timw