xolstice / protobuf-maven-plugin

Maven Plugin that executes the Protocol Buffers (protoc) compiler
https://www.xolstice.org/protobuf-maven-plugin/
Other
232 stars 76 forks source link

Support proto sources from artifacts #85

Open suman-ganta opened 2 years ago

suman-ganta commented 2 years ago

Description This adds support for pulling source proto files from artifacts in addition to the local module. This enables to pull a published protos from maven central and use them to generate sources.