Steven Schlansker created MRELEASE-1162:
-------------------------------------------

             Summary: Release plugin should support parallel execution
                 Key: MRELEASE-1162
                 URL: https://issues.apache.org/jira/browse/MRELEASE-1162
             Project: Maven Release Plugin
          Issue Type: Improvement
          Components: prepare
    Affects Versions: 3.1.1
            Reporter: Steven Schlansker


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

Next time I tried to release, I am greeted with:
{code:java}
[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] *****************************************************************
{code}
Seems that the release plugin should support threadsafe execution. Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to