Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

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

@laurentgo

Description

@laurentgo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions