Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If Maven Daemon executes in 0.2s, the summary output might be printed too early #995

Open
bmarwell opened this issue May 16, 2024 · 1 comment

Comments

@bmarwell
Copy link

Hi,

at a demo at JCON, our build ran in 0.2s (using the cache extension).
The Summary output at the end was not the last to be printed; mvnd was not done printing other entries from the buffer yet, so I had to scroll up for the project summary.

This does usually not happen, because usually it takes 0.6 seconds to complete.
So, there is a timing issue.

Maven Daemon should wait at least until the buffer has been emptied to the console.

Will try to grab a screenshot.

@bmarwell
Copy link
Author

I could not reproduce it anymore, even though it ran in 1.8s.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant