Skip to content
Andreas Rudolph edited this page Mar 11, 2015 · 4 revisions

Building

The following page describes how to build OpenEstate-IO from source code.

Building with Netbeans

Open the repository folder as a project in Netbeans and launch a clean and build process - as described here.

Building with Maven

Open the repository folder in your terminal and launch the following command:

mvn clean install
Clone this wiki locally