Skip to content

otahri/nestedAvro-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nestedAvro-maven-plugin

Build Status License

A maven plugin for creating complete Avro schema from multiple nested schema files.

Purpose

Setup

<build>
    <plugins>
        <plugin>
            <groupId>com.github.otahri</groupId>
            <artifactId>nestedAvro-maven-plugin</artifactId>
            <version>1.0</version>
            <configuration>
                <inputDirectory></inputDirectory>
                <outputDirectory></outputDirectory>
                <schemaName></schemaName>
                <outputFileName></outputFileName>
            </configuration>
        </plugin>
    </plugins>
</build>

Usage

$ mvn nestedAvro:compileSchema

Example

About

Avro Maven Plugin to Deal with Nested Schemas

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages