Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (8 loc) · 499 Bytes

Notes for Contributors

Prerequisites

This project requires Apache Maven to build.

Build

The JAR can be built using the command mvn package.

Website

The website is built using the commnad mvn site.

Updates to the published site are accomplished using the command mvn site-deploy after setting up the GitHub Maven Plugin to allow authentication to the server github in the settings.xml file.