Camunda plateform use camunda webapps to build project

Hello guys ,
i have some modification in my camunda webapps , and i want the camunda plateform to use my camunda webapps project to build a project with tomcat or wildfly distrubtion , so any help how to connect camunda plateform to a local project camunda webapps
and thanks

Hi,

you can add the modified webapp as a dependency to your local maven repository when building the Platform. This thread might be related: Mvn clean compile install of camunda-webapp

Thank You very much Martin.stamm

it works i generated a war file after building my camunda webapp , then i added it localy to the pom.xml of the camunda plateform , and then i builded it to get my project custumized .