Description
It is effectively impossible to use a non-default velocity template for Avro compilation via the Maven plugin because the plugin's classloader only gives you access to its classpath and its dependencies classpath.
This can be fixed by adding more resource loaders to Velocity in AvroCompiler.java.
I'll update this with a patch soon.