This project shows how to easily customize the Camunda Webapp by using the Maven Overlay mechanism.
It customizes:
- The color schema (see Logo and Header Color)
- The logo (see Logo and Header Color)
- Add German language taken from Community Extension: Tasklist Translations (see Localization)
- Removes some built in plugins (see Plugin exclusion): start-process-action, tasklist.navbar.action:create-task-action, task-detail-form, task-detail-history, task-search
- Adds own Plugins (see Cockpit Plugins)
Important Note: You have to specify the webapp corresponding to your container (Tomcat, JBoss, WildFly, ...) in the pom.xml. This example builts the webapp for JBoss.
Just run
mvn install
and copy the resulting camunda-webapp-customized.war to your deploy folder of the container. Make sure you delete the original webapp beforehand. Before you need to download the EE version here: https://docs.camunda.org/enterprise/download/
Built and tested against Camunda BPM version 7.6.0-alpha5 using WildFly 10.
- Improve demo color schema