Description
What language does this apply to?
Not really a language but specific for Apache Maven build tool.
Describe the problem you are trying to solve.
People using protobuf
in their Maven
project rely on org.xolstice.maven.plugins:protobuf-maven-plugin to generate source files based on their protocol buffers definitions.
Overall the plugin works well and has very few issues. Thanks to the release of protoc
artifacts by the protocol buffer
release team into Maven Central, there's no be problem using the plugin with the latest versions of protobuf.
But the maintainer of the project mentioned he is no longer interested in maintaining the plugin.
Describe the solution you'd like
Considering the importance of the plugin for many projects (and the lack of alternatives), I would want it to be integrated directly into the protocolbuffers
umbrella (or maybe similarly to the gradle plugin, to be backed up by Google?)
Describe alternatives you've considered
- Taking over the plugin myself, but would ran into the same problem of critical project maintained by a single person
- Proposing a new plugin from scratch directly within the protocolbuffers project.
Additional context
None
Activity