'Disable generation of Avro builders

I am using avro-maven-plugin to generate Java-files from .avsc-files, and it is working quite ok. But, is there any way to disable the creation of the builders? I want the users of my library to use the builder-classes I have written myself, and not the ones generated by the Avro-plugin. Including both may lead to confusion. I have looked at the config-options of the plugin, and other plugins (Gradle), but neither seem to offer that config possibility.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source