-
Notifications
You must be signed in to change notification settings - Fork 75
Compiling
Hylke van der Schaaf edited this page Jan 10, 2018
·
4 revisions
You need java JDK 8 and Maven to compile the SensorThingsServer.
- Checkout the project from github:
git clone https://github.com/FraunhoferIOSB/SensorThingsServer.git
- Go to the project root (The top-most directory with a pom.xml)
cd SensorThingsServer
- Init the submodules
git submodule init
- Update the submodules
git submodule update
- Give the command
mvn clean install
This should build the war file inSensorThingsServer/target/