Skip to content

imixs/imixs-open-bpmn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Imixs Open BPMN

This is the Imixs Open-BPMN - Extension for Imixs-Workflow.

Find details on the Open-BPMN project page.

Docker

We provide a custom Docker image that it overwriting the GLSP Server jar file

Build

To build the docker image run:

$ docker build . -t imixs/imixs-open-bpmn

Push to Docker-Hub

To push the image manually to a docker repo:

$ docker build . -t imixs/imixs-open-bpmn:latest
$ docker push imixs/imixs-open-bpmn:latest

Release Process

The release process of Imixs-Open-BPMN is based on the standard Imixs-Workflow release process.

$ mvn release:clean release:prepare -DautoVersionSubmodules=true
$ mvn release:perform