Thanks for considering contributing to TOSCA Designer.
- Java 8 JDK
- Maven 3.6+
From the project root run:
mvn -B -DskipTests packageThis produces target/toscadesigner-<version>.jar and target/ToscaDesigner_<version>.jmdac.
- Fork the repo and create a feature branch.
- Run the build locally and open a pull request.
- For major changes, open an issue to discuss.
A GitHub Actions workflow builds the project on push and PRs.
For the full contributor guide, see CONTRIBUTING.md.