Apache Avro Maven Plugin

Maven plugin for Avro IDL and Specific API Compilers

License

License

Categories

Categories

Maven Build Tools ORM Data
GroupId

GroupId

com.marvinformatics.avro
ArtifactId

ArtifactId

avro-maven-plugin
Last Version

Last Version

1.9.2-8
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Apache Avro Maven Plugin
Maven plugin for Avro IDL and Specific API Compilers
Project URL

Project URL

https://github.com/velo/avro-maven-plugin/
Source Code Management

Source Code Management

https://github.com/velo/avro-maven-plugin/

Download avro-maven-plugin

How to add to project

<plugin>
    <groupId>com.marvinformatics.avro</groupId>
    <artifactId>avro-maven-plugin</artifactId>
    <version>1.9.2-8</version>
</plugin>

Dependencies

compile (6)

Group / Artifact Type Version
org.apache.avro : avro-compiler pom 1.9.2
org.apache.avro : avro jar 1.9.2
org.apache.maven : maven-plugin-api jar 3.5.2
org.apache.maven.shared : file-management jar 1.2.1
org.apache.maven : maven-core jar 3.5.2
junit : junit jar 4.13

provided (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.9.0

test (6)

Group / Artifact Type Version
org.apache.avro : avro test-jar 1.9.2
org.apache.maven : maven-compat jar 3.5.2
org.apache.maven.plugin-testing : maven-plugin-testing-tools jar 1.3
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 1.3
xml-apis : xml-apis jar 1.0.b2
jtidy : jtidy jar 4aug2000r7-dev

Project Modules

There are no modules declared in this project.

avro-maven-plugin

Build Status Coverage Status Maven Central Issues Forks Stars

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>

Versions

Version
1.9.2-8
1.9.2-7
1.9.2-3
1.9.2-2
1.9.2-1
1.9.1-1
1.8.3
1.8.2-6
1.8.2-5
1.8.2-4
1.8.2-3
1.8.2-2