Skip to content

Commit 46fcf63

Browse files
committed
Clarify plugin names
1 parent e18f1cd commit 46fcf63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vertx-grpc-docs/src/main/asciidoc/plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Using the definition above we need to compile it.
3838

3939
You can compile the proto file using the `protoc` compiler if you https://github.com/google/protobuf/tree/master/java#installation---without-maven[like], or you can integrate it in your build.
4040

41-
If you're using Apache Maven you can choose from 2 plugins `io.github.ascopes` (Recommended) or `org.xolstice.maven.plugin`:
41+
If you're using Apache Maven you can choose from 2 plugins `io.github.ascopes:protobuf-maven-plugin` (Recommended) or `org.xolstice.maven.plugin:protobuf-maven-plugin`:
4242

4343
[source,xml]
4444
----
@@ -119,7 +119,7 @@ For more details, see the https://ascopes.github.io/protobuf-maven-plugin/[ascop
119119
</plugin>
120120
----
121121

122-
NOTE: The xolstice is no longer supported as per https://github.com/xolstice/protobuf-maven-plugin/issues/121#issuecomment-2832430955. Users are encouraged to use ascopes plugin.
122+
NOTE: The `org.xolstice.maven.plugin:protobuf-maven-plugin` is no longer supported as per https://github.com/xolstice/protobuf-maven-plugin/issues/121#issuecomment-2832430955. Users are encouraged to use `io.github.ascopes:protobuf-maven-plugin` instead.
123123

124124
For more details, see the https://www.xolstice.org/protobuf-maven-plugin/[xolstice protobuf-maven-plugin documentation].
125125

0 commit comments

Comments
 (0)