Already the latest article!
Already the last article!
Another protobuf maven plugin
A plugin that integrates protocol buffers compiler (protoc) into Maven lifecycle. This is a continuation of maven-protoc-plugin that was started at Google and later developed by GitHub community.
I forked this project as the initial maintainer no longer upgraded it.
To use it simply declare the following in your dependencies:
<dependency>
<groupId>dev.cookiecode</groupId>
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.7.1</version>
<type>maven-plugin</type>
</dependency>
Or simply visit maven repository page for latest versions.
license:Apache license 2.0
source code:https://github.com/sebastienvermeille/another-protobuf-maven-plugin