Flowable runs fine when using war files but how to build it from source code which is available on github?
Hi Arjun,
just to build, e.g.:
mvn clean install -Pdistro -DskipTests=true
Regards
Martin
it says build success how do i run it after that? and how to convert it into war files?
What app you want to run? Basically if you want to run all apps, then go to individual source like modules/flowable-ui-modeler then again run
mvn clean install
After successful build you will see war file created, which you can put in tomcat
1 Like
Eclipse > Do run in server and see if it works fine (to begin with)
also see if u have files created in distro/target/zip/flowable-6.4.1/wars