We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears that the plugin invokes protoc individually for each source proto file. protoc is able to handle multiple source files in the command line.
Is this intentional? Is there an option for protoc-jar-maven-plugin to pass all the input source filenames to protoc at once?
The text was updated successfully, but these errors were encountered:
Also #106
Sorry, something went wrong.
Looks like I didn't notice the other ticket before I filed this one. Looks like a duplicate - closing.
No branches or pull requests
It appears that the plugin invokes protoc individually for each source proto file. protoc is able to handle multiple source files in the command line.
Is this intentional? Is there an option for protoc-jar-maven-plugin to pass all the input source filenames to protoc at once?
The text was updated successfully, but these errors were encountered: