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
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.
The text was updated successfully, but these errors were encountered:
When using Maven
-T
option to build modules in parallel, themvninstall
goal may fail with the following error: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.
The text was updated successfully, but these errors were encountered: