Haonan Hou created THRIFT-5920:
----------------------------------
Summary: Remove threadsafe warnings in thrift-maven-plugin
Key: THRIFT-5920
URL: https://issues.apache.org/jira/browse/THRIFT-5920
Project: Thrift
Issue Type: Improvement
Affects Versions: 0.10.0
Reporter: Haonan Hou
When using the thrift maven plugin on a multi-threaded build (e.g.
{{--threads=#}} or via {{{}mvnd{}}}) a thread safe warning is printed to the
console.
[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
[WARNING] org.apache.thrift:thrift-maven-plugin:0.10.0
[WARNING]
[WARNING] Enable debug to see precisely which goals are not marked as
thread-safe.
[WARNING] *****************************************************************
--
This message was sent by Atlassian Jira
(v8.20.10#820010)