You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an option to let user pass custom parameters to protoc command
That way we can use all available protoc plugins with their custom options
Applicable Issues
Fixes #61 #77
Description
Add configuration (optional) which is appended in the the protoc command invoked by the maven plugin.
This way we can easily address the issue of wanting to pass some specific parameters to protoc when running the plugin.
In my case I needed to pass some specific plugin arguments:
Add an option to let user pass custom parameters to protoc command
That way we can use all available protoc plugins with their custom options
Applicable Issues
Fixes #61 #77
Description
Add configuration (optional) which is appended in the the
protoc
command invoked by the maven plugin.This way we can easily address the issue of wanting to pass some specific parameters to protoc when running the plugin.
In my case I needed to pass some specific plugin arguments:
This way I can pass
--protoc-gen-doc_opt=markdown,README.md
and everything works fine.Happy to be able to contribute to a such great project! I stay available for more assistance on it and to discuss it of course thank you 👍
The text was updated successfully, but these errors were encountered: