We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b8851 commit f5b3f8fCopy full SHA for f5b3f8f
1 file changed
protobuf-maven-plugin/src/main/java/io/github/ascopes/protobufmavenplugin/mojo/AbstractGenerateMojo.java
@@ -522,6 +522,9 @@ public AbstractGenerateMojo() {
522
* {@code kind} attribute must be set on each to allow determining which type of plugin is
523
* being specified.
524
*
525
+ * <p>See <a href="https://ascopes.github.io/protobuf-maven-plugin/using-protoc-plugins.html">
526
+ * "using protoc plugins"</a> for usage examples and documentation.
527
+ *
528
* @since 4.1.0
529
*/
530
@Parameter
0 commit comments