Skip to content

[MRELEASE-1162] Release plugin should support parallel execution #1333

@jira-importer

Description

@jira-importer

Steven Schlansker opened MRELEASE-1162 and commented

We recently enabled parallel builds with .mvn/maven.config to improve build performance.

Next time I tried to release, I am greeted with:

[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but this         *
[WARNING] * project contains the following plugin(s) that have goals not  *
[WARNING] * marked as thread-safe to support parallel execution.          *
[WARNING] * While this /may/ work fine, please look for plugin updates    *
[WARNING] * and/or request plugins be made thread-safe.                   *
[WARNING] * If reporting an issue, report it against the plugin in        *
[WARNING] * question, not against Apache Maven.                           *
[WARNING] *****************************************************************
[WARNING] The following plugins are not marked as thread-safe in My Build:
[WARNING]   org.apache.maven.plugins:maven-release-plugin:3.1.1
[WARNING] 
[WARNING] Enable debug to see precisely which goals are not marked as thread-safe.
[WARNING] *****************************************************************

Seems that the release plugin should support threadsafe execution. Thanks!


Affects: 3.1.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions