This page contains developer-focused information.
- Java 8 JDK
- Maven 3.6+
- Modelio 5.4.1 for integration testing
mvn -B -DskipTests packageNotes
- The project compiles to Java 8 bytecode (
<release>8). MDAKitis provided by Modelio at runtime and declared asscope=providedinpom.xml.- To run integration checks that require Modelio APIs, install Modelio and run tests inside its environment.
- Modelio Jython scripts: tools/modelio
- Dev utilities: tools/dev