You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be useful to add an option to generate the build report with CLI, e.g. something like quarkus build --report. We have a similar functionality in the dev mode (/q/dev/io.quarkus.quarkus-vertx-http/build-steps). It is also possible to generate the report manually from the exported metrics, i.e. run the built with mvn clean package -DskipTests -Dquarkus.debug.dump-build-metrics=true and then consume the exported file with https://github.com/mkouba/quarkus-build-report.
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
It might be useful to add an option to generate the build report with CLI, e.g. something like
quarkus build --report
. We have a similar functionality in the dev mode (/q/dev/io.quarkus.quarkus-vertx-http/build-steps
). It is also possible to generate the report manually from the exported metrics, i.e. run the built withmvn clean package -DskipTests -Dquarkus.debug.dump-build-metrics=true
and then consume the exported file with https://github.com/mkouba/quarkus-build-report.Implementation ideas
No response
The text was updated successfully, but these errors were encountered: