cancel
Showing results for 
Search instead for 
Did you mean: 

build activiti 6 from source

chuck_irvine
Champ on-the-rise
Champ on-the-rise
How can I build Activiti from source checked out from github: https://github.com/Activiti/Activiti.git?
4 REPLIES 4

jbarrez
Star Contributor
Star Contributor
run 'mvn -Pdistro clean install -DskipTests' to build all jars. Or use -Pcheck if you need the core jars, not all the rest.

I just pulled the latest activiti branch (3/3/16 9am central). The build failed with:

[ERROR] Failed to execute goal on project activiti-mule: Could not resolve dependencies for project org.activiti:activiti-mule:jar:5.20.0-SNAPSHOT: Failed to collect dependencies at org.mule.transports:mule-transport-vm:jar:3.5.0 -> org.mule.modules:mule-module-xml:jar:3.5.0 -> net.java.dev.stax-utils:stax-utils:jar:20080702: Failed to read artifact descriptor for net.java.dev.stax-utils:stax-utils:jar:20080702: Could not transfer artifact net.java.dev.stax-utils:stax-utilsSmiley Tongueom:20080702 from/to codehaus (http://repository.codehaus.org😞 Failed to transfer file: http://repository.codehaus.org/net/java/dev/stax-utils/stax-utils/20080702/stax-utils-20080702.pom. Return code is: 503 , ReasonPhraseSmiley Frustratedervice Unavailable. -> [Help 1]

I got around the problem by commenting out the activiti mule entries from the pom file.

jbarrez
Star Contributor
Star Contributor
Note that 5.20.0-SNAPSHOT is _not_ Activiti 6 !