Hi guys,
I've downloaded the activiti project, made some slight modifications, and now I would like to build a new activiti-explorer webapp and deploy it. However, I'm not sure what maven project should I build:
- The activiti-explorer module's target is a jar.
- I've also tried to build from the activiti-webapp-explorer2 (which targets to a .war) and I even deployed it to a tomcat, but I've noticed that the deployed webapp has a different structure compared to the equivalent of an official built activiti-explorer.war
Can you please help me build a new explorer webapp?