I am facing issue in changing Camunda source.
I have cloned the git repo (https://github.com/camunda/camunda-bpm-platform) and followed the steps , but when i clean install using tomcat profile it creates the .bat and .sh file but my changes are not there in war I might be missing some very small thing .
At first look it looks like it is not building the code present in my local but it pulling the modules and everything from its repository(I might be wrong here so please bear with me )
Can you point me to the correct link regarding how set it up properly or what i might be missing ?
I might want to change both Engine and Webapps.(Specially rest part of it) So that i could fit it in my project.
I executed this command (mvn clean install -Pdistro-tomcat -DskipTests) in camunda-root directory.
and checked the target directory E:\camundaworkspace\camunda-root\distro\tomcat\distro\target\start-camunda.bat