cancel
Showing results for 
Search instead for 
Did you mean: 

activiti fork creation using activiti github -best practice?

udoderk
Champ in-the-making
Champ in-the-making
Hi activiti users and developers,

i would be create the activiti fork using the gitmuster.
What best practice to realize it?
My Idea is:
1. Import of the maven projects for each of the modules https://github.com/Activiti/Activiti/tree/master/modules
2. mvn clean and install for each module
3. Creation of a lot a jars for it using by web application "activiti explorer"

4. Merge the content of activiti-explorer and activiti-webapp-explorer2 modules and add the created jars into WEB-INF/lib of this application.

Is there a simpler way to create a fork of activiti stack??

Thanks
1 REPLY 1

frederikherema1
Star Contributor
Star Contributor
If you run "mvn clean install -Pcheck" on the activiti-root pom, you'll get the most artifacts built in one time (engine and dependencies, spring, …). Alternatively, you can use the "-Pdeploy" to have ALL modeules built at once.