ppalaga opened a new pull request #1962:
URL: https://github.com/apache/camel-quarkus/pull/1962


   Fix #1607 
   
   This is the idea:
   * To be really fast, the non-critical mojos are fully excluded from builds 
with `-Dquickly`. They are not there at all. As-if they were not defined in 
poms at all. Their jars are not loaded, none of their classes are instantiated, 
none of their params are evaluated.
   * This is designed to support the situation when a contributor checks out a 
new version of the source tree that passed the CI, and his only concern is to 
install the new versions of the artifacts to his local repo.
   * The older -Denforce=false does not exist anymore.
   * `mvnd clean install -Dquickly` takes 
     - After this change: ~30s warm, 47s cold 
     - Before this change: ~51s warm 1:05 cold .
   
   TBD:
   * GitHub workflows
   * Docs
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to