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
Is your feature request related to a problem? Please describe.
I'd like to generate code with a java-written plugin, and don't want these generated codes to be bundled with the main protoc generated java codes.
Describe the solution you'd like
copy the feature of protocPlugin from compile goal to compile-custom goal would be sufficient.
Describe alternatives you've considered
use compile goal for invoking the java-written plugin, but exclude the generated main java classes from the final jar.
Additional context
none.
The text was updated successfully, but these errors were encountered:
I would like to use this feature to generate some tests from the main protos, but still store them in the generated test sources folder, currently this is not possible because the java plugins can only be run alongside the main protoc executable, which will generate the proto message classes multiple times.
Voting for this feature! I would like to use custom java plugin to generate non-java output without generating java files along the way. Would be great to have such an option.
Is your feature request related to a problem? Please describe.
I'd like to generate code with a java-written plugin, and don't want these generated codes to be bundled with the main protoc generated java codes.
Describe the solution you'd like
copy the feature of protocPlugin from
compile
goal tocompile-custom
goal would be sufficient.Describe alternatives you've considered
use
compile
goal for invoking the java-written plugin, but exclude the generated main java classes from the final jar.Additional context
none.
The text was updated successfully, but these errors were encountered: