holunda-io / holunda-spike

Small, transient examples and demonstrations that do not justify a custom repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

holunda-spike

Small, transient examples and demonstrations that do not justify an own repo.

example

Run

./mvnw clean install 

to build everything

Maven Profiles

There are two profiles controlling the selection of Camunda (CE or EE). You will need the Enterprise access in your maven settings to retrieve the EE version.

Run with

./mvn -Pcamunda-ee <your-targets>

to activate the Camunda EE profile (or activate it in your IDE).

About

Small, transient examples and demonstrations that do not justify a custom repo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Java 58.1%Language:Kotlin 41.9%