-
Notifications
You must be signed in to change notification settings - Fork 0
Contributing
juancadavid edited this page Nov 18, 2025
·
1 revision
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.