Skip to content

The UID Artifact Builder is the component use to the build pages and forms into Bonita custom page format.

License

Notifications You must be signed in to change notification settings

bonitasoft/bonita-ui-designer-artifact-builder

Repository files navigation

Bonita UI Designer Artifact Builder

Build Sonarcloud Status GitHub release Maven Central License: GPL v2

Build pages designed with the UI Designer for your Bonita application or your own project.

Quick start

Pre-requisite

Build

Using Maven

  • Build it using maven ./mvnw clean verify

Contribute

Report issues

If you want to report an issue or a bug use our official bugtracker

How to contribute

Before contributing, read the guidelines

Branching strategy

This repository follows the gitflow branching strategy.

Release

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.

Resources