/annot8-components

Annot8 components

Primary LanguageJavaApache License 2.0Apache-2.0

Annot8 Components

This repository contains components and utilities for use with the Annot8 Data Processing Framework.

Building

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

Deploying to Maven central

To deploy to Maven Central (assuming you have sufficient permissions):

mvn -Prelease clean deploy

License

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.