Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 723 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 723 Bytes

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.