Skip to content
Stefan Kapferer edited this page Nov 7, 2018 · 11 revisions

Building the project

The project uses the Maven Wrapper.

After cloning the project it can be built with the following command within the root directory of the project:

./mvnw clean install

This is an Xtext project and the tests which are evaluating the correctness of the language grammar need an additional maven goal to be executed. Use this command if you want to execute the tests as well:

./mvnw clean integration-test install

Clone this wiki locally