<dependency>
<groupId>dev.cookiecode</groupId>
<artifactId>another-protobuf-maven-plugin</artifactId>
<version>2.1.0</version>
</dependency>
A plugin that integrates protocol buffers compiler (protoc
) into Maven lifecycle.
Release notes and detailed documentation are available on the web site.
Please also read Contribution Guidelines and Code of Conduct for this project.
This is a continuation of maven-protobuf-plugin
that was forked by xolstice, which was itself a continuation of
maven-protoc-plugin
that was started at Google and later developed by GitHub community.
I opened a PR years ago as many other contributors but the maven-protobuf-plugin
project was unfortunately
abandoned by its authors.