Annot8 Components
January 15, 2021 ยท View on GitHub
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.