Re: Speed up build times in local and CI

2023-02-09 Thread Falko Modler
Hi Javier, Quarkus with now more than 1k modules has been using gitflow-incremental-builder to build PR branches incrementally/partially for almost two years (and counting). I don't have exact numbers, but average build time is reduced by a lot (individual build time of course depends on the actu

Re: Speed up build times in local and CI

2023-02-06 Thread Tamás Cservenák
Dan, as one of the Takari maintainer (origin of the extension), I'd like to "revive" the maven-timeline project, as I myself find it very useful as well... I'd like to streamline things, as I see you forked from another fork of takari repo Tamas On Fri, Feb 3, 2023 at 2:12 PM Dan Haywood w

Re: Speed up build times in local and CI

2023-02-03 Thread Delany
Great suggestion splitting off the tests. You could also use https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/maven-extension/README.md I create a var on Jenkins with -Dotel.traces.exporter=otlp -Dmaven.ext.class.path=c:/opt/opentelemetry-maven-extension-1.10.0-20220113.055723

Re: Speed up build times in local and CI

2023-02-03 Thread Dan Haywood
You might want to check out maven-timeline plugin. This seems semi-abandoned but nevertheless I found it really useful, especially the -SNAPSHOT version not yet published to maven central. I forked it here: https://github.com/danhaywood/maven-timeline, the README shows an image of the output it g