forked from sergei-ivanov/maven-protoc-plugin
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
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
Allow to add arguments to protoc #77
Comments
melocotton
pushed a commit
to melocotton/protobuf-maven-plugin
that referenced
this issue
Oct 8, 2020
Hello, I've created a PR to add support of experimental_allow_proto3_optional. |
snazy
pushed a commit
to snazy/protobuf-maven-plugin
that referenced
this issue
Jan 10, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In protobuffer 3.12.0 it has been added experimental support for optional in proto3.
In order to activate this the following flag should be added to protoc:
--experimental_allow_proto3_optional
I have read the documentation and it seems that it is not possible to pass any additional parameter to protoc using this plugin.
It would be great if it would be possible to add arguments to the protocArtifact to be able to activate experimental supports
The text was updated successfully, but these errors were encountered: