Basic steps:
- Install JDK 1.7 (or greater), Maven 2.0.9 (or greater)
- Download SIREn Join and unpack it
- Connect to the directory of your SIREn Join installation
- Build the binary distribution and install the plugin
We'll assume that you know how to get and set up the JDK - if you don't, then we suggest starting at http://java.sun.com and learning more about Java, before returning to this BUILD document.
KnowledgeBrowser uses Apache Maven for build control. Specifically, you MUST use Maven version 2.0.9 or greater.
Download the tarred/gzipped version of the archive, and uncompress it into a directory of your choice.
SIREn Join's installation directory contains the project pom.xml file. By default, you do not need to change any of the settings in this file, but you do need to run maven from this location so it knows where to find pom.xml.
See README.md for instructions on how to build, install and use the plugin.
Assuming that GPG and Maven is properly configured, you can deploy the artifacts to the Central repository with this command:
$ mvn clean deploy -P release
Copyright (c) 2016, SIREn Solutions. All Rights Reserved.