avro-maven-plugin
This fork, only applies changes to the maven plugin used to generate sources from avro schema files.
Accessing SNAPSHOTS
A build can be downloaded using Jitpack.
<dependency>
<groupId>com.github.velo</groupId>
<artifactId>avro-maven-plugin</artifactId>
<version>${git-hash}</version>
</dependency>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>