-
-
Notifications
You must be signed in to change notification settings - Fork 33
Build
Stefan Kapferer edited this page Nov 7, 2018
·
11 revisions
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
Note: This is an Xtext project and the tests which are evaluating the correctness of the language grammar need an additional maven goal besides test to be executed. Use this command if you want to execute the tests:
./mvnw clean integration-test