Missing modules in flowable-root pom.xml

Not all the modules of flowable are listed in pom.xml of flowable-root. Is there a specific reason for this?
I am asking because I was working at 6.5.0-SNAPSHOT and spring-repo has completely removed flowable snapshot versions. I am building non-existed modules one-by-one manually. I am afraid if i will keep doing this in every another dev environments if I keep on working 6.5.0-SNAPSHOT. Thanks.

The distro profile has them all. If you need all, do mvn clean install -Pdistro -DskipTests on the root.

1 Like