Build pages designed with the UI Designer for your Bonita application or your own project.
- Java 11 for compilation
- Build it using maven
./mvnw clean verify
If you want to report an issue or a bug use our official bugtracker
Before contributing, read the guidelines
This repository follows the gitflow branching strategy.
To release a new version, maintainers may use the Release and Publication GitHub actions.
- Release action will invoke the
gitflow-maven-plugin
to perform all required merges, version updates and tag creation. - Publication action will build and deploy a given tag to Maven Central
- A Github release should be created and associated to the tag.