This project is used as the backend for the Aspect Model Editor and interacts with the ESMF-SDK to create SAMM specific Aspect Models.
Are you having trouble with Aspect Model Editor backend? We want to help!
- Check the developer documentation
- Check the SAMM specification
- Having issues with the Aspect Model Editor backend? Open a GitHub issue.
- Download and install GraalVm 22.3.1 and JDK 17
- Download and Install Maven
- Environment Settings
- Add "{JAVA_HOME}/bin" to PATH
- Add "{MAVEN_HOME}/bin" to PATH
- Configure Maven Settings
Note : Configure your IDE to use the new JDK and Maven installation.
mvn clean package
mvn exec:java -Dexec.mainClass="org.eclipse.esmf.ame.Application"
We are always looking forward to your contributions. For more details on how to contribute just take a look at the contribution guidelines. Please create an issue first before opening a pull request.
SPDX-License-Identifier: MPL-2.0
This program and the accompanying materials are made available under the terms of the Mozilla Public License, v. 2.0.
The Notice file details contained third party materials.
To build a native image we use GraalVm: GraalVm