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

consider alternative strategy for removing the tokenfile in maven plugin #21021

Open
jorgheymans opened this issue Feb 20, 2025 · 0 comments
Open

Comments

@jorgheymans
Copy link

Sort of reported here .

In this fix the flow-build-info.json token file was scheduled to be deleted on jvm exit. However, there are things like mvnd, which keeps maven instances around for faster build times. In such case, the jvm does not exit, and the tokenfile remains present.

Maybe there are other scenario's. The intellij plugin could be more defensive about that file, or the tokenFile deletion gets handled differently.

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

No branches or pull requests

2 participants