martin-g commented on code in PR #2568:
URL: https://github.com/apache/avro/pull/2568#discussion_r1482584787


##########
doc/content/en/docs/++version++/IDL Language/_index.md:
##########
@@ -66,14 +66,18 @@ A Maven plugin is also provided to compile .avdl files. To 
use it, add something
       <executions>
         <execution>
           <goals>
-            <goal>idl</goal>
+            <goal>idl2java</goal>

Review Comment:
   I am not a user of the Java SDK but this looks like a breaking change.
   Old applications that use `<goal>idl</goal>` will break ?! I see no goal 
`idl` in the list of available 
[goals](https://github.com/apache/avro/pull/2568/files#diff-32270f815b71de14206b8c2ff8a75f363f5b468c12862ddbaa0e8ab415c07361R77-R80).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to