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

"Can't create temp folder" when building modules concurrently #88

Closed
laurentgo opened this issue Jul 1, 2021 · 0 comments · Fixed by #89
Closed

"Can't create temp folder" when building modules concurrently #88

laurentgo opened this issue Jul 1, 2021 · 0 comments · Fixed by #89

Comments

@laurentgo
Copy link
Contributor

When using Maven -T option to build modules in parallel, the mvninstall goal may fail with the following error:

[ERROR] Failed to execute goal com.igormaznitsa:mvn-golang-wrapper:2.3.8:mvninstall (default-mvninstall) on project xxx: Can't create temp folder : .tmp_pack_folder_17A62E55A9A

It seems that the temporary folder is created at the root of the reactor (instead of a per-module location) and that if 2 modules are using the plugin/goal at the same time, they may conflict with each other.

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

Successfully merging a pull request may close this issue.

1 participant