Skip to content
Andreas Rudolph edited this page Aug 16, 2021 · 4 revisions

Building

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

Building with IntelliJ IDEA

Open the repository folder as a project in IntelliJ IDEA. You can execute the predefined Build configuration 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