Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Feb 3, 2025
1 parent 8031f04 commit 72d9142
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ A scratch-built, modern Maven plugin for seamless protoc integration. Provides s
and JVM-based protoc plugins, as well as automatic dependency resolution and incremental code
generation.

Full documentation with usage examples can be found [within the plugin documentation](https://ascopes.github.io/protobuf-maven-plugin),
and examples are present [in the integration tests](https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin/src/it).
> [!NOTE]
> Full documentation with usage examples can be found [within the plugin documentation](https://ascopes.github.io/protobuf-maven-plugin),
> and examples are present [in the integration tests](https://github.com/ascopes/protobuf-maven-plugin/tree/main/protobuf-maven-plugin/src/it).
## Features

Expand Down Expand Up @@ -63,8 +64,9 @@ will automatically discover them and compile them to Java bytecode.
</plugin>
```

Any `*.proto` files that are discovered in project dependencies will be made available to `protoc`,
so you can import them in exactly the same way you would with Java classes!
> [!TIP]
> Any `*.proto` files that are discovered in project dependencies will be made available to `protoc`,
> so you can import them in exactly the same way you would with Java classes!
### Other language support

Expand Down

0 comments on commit 72d9142

Please sign in to comment.