This project requires Apache Maven to build.
The JAR can be built using the command mvn package
.
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.