Hi,
since some time it is possible to build Camel and Camel Quarkus quickly
with Guillaume Nodet's mvnd [1].
Some combinations of Maven mojos and goals may have issues, so it is
important to know which CLI flags to use.
== For Camel
mvnd install -DskipTests -Dnoassembly
takes ~47 sec (after warmup) vs. ~232 sec with stock mvn on my machine.
== For Camel Quarkus
mvnd clean install -DskipTests -Denforce=false -Dquarkus.build.skip=true
takes ~17 sec. (after warmup) vs ~230 sec with stock mvn on my machine.
[1] https://github.com/gnodet/mvnd
Enjoy!
-- Peter