Hi,We have a new way how to build Camel Quarkus quickly. Instead of skipping Maven mojos by passing `skip*` flags, we are using a different technique of removing the mojos from the Maven execution plan.
I am explaining it in this blog post: http://ppalaga.github.io/2020/10/29/skipping-maven-mojos-properly.html
It brought a nice speedup from 03:53 down to 02:44 on my machine. Those numbers are with stock mvn. With mvnd it is 0:51 before vs. 0:33 after the change.
Thanks, -- Peter