[
https://issues.apache.org/jira/browse/MNG-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17069686#comment-17069686
]
Hudson commented on MNG-6171:
-----------------------------
Build failed in Jenkins: Maven TLP » maven-studies » maven-metrics #4
See
https://builds.apache.org/job/maven-box/job/maven-studies/job/maven-metrics/4/
> REGRESSION: WARNING about usage of a non threadsafe marked plugin is not
> showed anymore
> ---------------------------------------------------------------------------------------
>
> Key: MNG-6171
> URL: https://issues.apache.org/jira/browse/MNG-6171
> Project: Maven
> Issue Type: Bug
> Affects Versions: 3.2.1, 3.2.5, 3.3.9
> Reporter: Karl Heinz Marbaise
> Assignee: Herve Boutemy
> Priority: Major
> Fix For: 3.5.0-alpha-1, 3.5.0
>
>
> If you call Maven via command line like this:
> {{mvn -T 5 versions:set -DnewVersion=...}} in Maven 3.0.5, 3.1.1 you will get
> a message like this:
> {code}
> [INFO] Building with 20 threads
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building reactor-parent 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [WARNING] *****************************************************************
> [WARNING] * Your build is requesting parallel execution, but project *
> [WARNING] * contains the following plugin(s) that are not marked as *
> [WARNING] * @threadSafe to support parallel building. *
> [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 maven-core *
> [WARNING] *****************************************************************
> [WARNING] The following plugins are not marked @threadSafe in reactor-parent:
> [WARNING] org.codehaus.mojo:versions-maven-plugin:2.3
> [WARNING] *****************************************************************
> [INFO]
> [INFO] --- versions-maven-plugin:2.3:set (default-cli) @ reactor-parent ---
> [INFO] Searching for local aggregator root...
> [INFO] Local aggregation root:
> /Users/kama/ws-git-soebes/maven-memory-problem/test-project/reactor
> [INFO] Processing change of org.test.parent:reactor-parent:1.0-SNAPSHOT ->
> 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> {code}
> Starting with Maven 3.2.5 and above you don't get the WARNING anymore. Also
> for [current Master of
> Maven|https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commit;h=0284dda81beb43b54116326f9a6efd439d40c922]
> it will not beed showed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)