Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Nov 11, 2023
1 parent fd8ad4a commit 9e470fc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# protobuf-maven-plugin

A work-in-progress to build a modern Maven plugin for generating protobuf
Java sources by invoking `protoc`.
Java and Kotlin sources by automatically obtaining and invoking `protoc`.

## Aims

- Maven 4.0 compatibility
- Multiplatform-compatible
- Multiplatform-compatible.
- Support for invoking `protoc` from the `$PATH`
- Support for downloading a specified version of `protoc`
- Ability to resolve any desired version
- Resolution via the Maven dependency resolver to support building behind
- corporate proxies and Maven proxy repositories.
- Java 11+ support
- Java 11+ support.
- Support for generating Java and Kotlin sources.

0 comments on commit 9e470fc

Please sign in to comment.