cancel
Showing results for 
Search instead for 
Did you mean: 

Activity build problems

sav1
Champ in-the-making
Champ in-the-making
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?
2 REPLIES 2

sav1
Champ in-the-making
Champ in-the-making
Please move this issue to developer forum. I cannot find how it can be archived.

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

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).

Regards
Martin