This repository contains components and utilities for use with the Annot8 Data Processing Framework.
Build and install locally with:
mvn clean install
If you wish to build a set of JAR files (one per module) which contain all the dependencies of the project.
mvn -Pplugins clean package
To deploy to Maven Central (assuming you have sufficient permissions):
mvn -Prelease clean deploy
Code in this repository is licenced under the Apache Software Licence v2, a copy of which can be found in the LICENCE file. See the NOTICE file for any additional restrictions.