cancel
Showing results for 
Search instead for 
Did you mean: 

How can I build activiti-explorer war from source?

yannicular
Champ in-the-making
Champ in-the-making
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?
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Here's how we start it up in dev:

https://github.com/Activiti/Activiti/blob/master/scripts/start-explorer.sh

It does a "mvn -PbuildWebappDependencies clean install" on the root, and then a "mvn clean package"