Hi all.
I am trying to build the activiti project with source code. I downloaded a stable version, source code of activiti 5.19.0.2.
I imported the project with intellij and the IDE prompts a lot of unresolved symbols, for example, ${activiti.osgi.version.clean} cannot be resolved in the main pom.xml.
I also found that the activiti-spring module is not included in the main pom.xml, but this is the part where I want to do some modification (spring transaction).
Can anyone tell me how to properly build the project? Should I build with some of the profiles? (I also tried to put all of the modules in the <modules></modules> tag and more errors occurred in the code.)
Thanks in advance!