Ahmet Bolac created THRIFT-4229:
-----------------------------------
Summary: Make thrift-maven-plugin threadSafe
Key: THRIFT-4229
URL: https://issues.apache.org/jira/browse/THRIFT-4229
Project: Thrift
Issue Type: Bug
Affects Versions: 0.10.0, 0.11.0
Environment: Maven 3.5
org.apache.thrift:thrift-maven-plugin
<groupId>org.apache.thrift.tools</groupId>
<artifactId>maven-thrift-plugin</artifactId>
<version>0.1.11</version>
Reporter: Ahmet Bolac
Fix For: 0.11.0
We are seeing a warning in our build using Maven 3.5 as following:
{noformat}
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that have goals not marked *
[WARNING] * as @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 drive-thrift:
[WARNING] org.apache.thrift.tools:maven-thrift-plugin:0.1.11
[WARNING] Enable debug to see more precisely which goals are not marked
@threadSafe.
[WARNING] *****************************************************************
{noformat}
which indicates the plugin is not thread-safe.
Is it possible to address this in the next version so it is thread-safe (and
marked as such) and does not trigger this warning anymore?
Thanks
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)