-
|
I am moving on from github.com/xolstice/protobuf-maven-plugin since that project has been archived. Looked into this plugin. Can it be used to generate client stubs like xolstice/protobuf-maven-plugin could? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
Yep, should be able to, as long as it is a valid protoc plugin, you can reference it via this plugin. Do you know the name of the protoc plugin you were using? I can try and see if I can draft an example of the configuration for you. GH-652 is tracking some work to start cataloging some examples of specific client usage in the documentation, as well. |
Beta Was this translation helpful? Give feedback.
If you just need gRPC stubs, give this a go: https://ascopes.github.io/protobuf-maven-plugin/using-protoc-plugins.html#binary-plugins-from-maven-central
Will see if I can work out if this is exactly what xolstice's plugin is doing and get back to you in the mean time.