First of all, I expect to get activity-exporer.war file that can be received from the activity-<version>.zip archive. I've choned the whole activity project from https://github.com/Activiti/Activiti
How can I build it to get the activity-exporer.war? I've found that war archive is used in the activity-webapp-explorer2 module. But when tried to build it got errors.
I've tried to build it usinb maven clean install from the parent module (url https://github.com/Activiti/Activiti), it was successfull, but I could not find any war files after it.
Could you please help me to resolve it? Can I checkout the only module? for example activity-webapp-explorer2 and build only it?
to get war files: mvn clean install -P distro build only module -> yes, in that case you have to have access to repository with dependencies (activiti artifacts).