Skip to content

sebastienvermeille/another-protobuf-maven-plugin

Repository files navigation

GitHub license join discord Maven Central Quality Gate Status Lines of Code Coverage

CII Best Practices

Another Maven Protocol Buffers Plugin

<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.

Why did you create another plugin ?

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.