Jon Freedman created MPH-166:
--------------------------------
Summary: Set Mojo's threadsafe property
Key: MPH-166
URL: https://issues.apache.org/jira/browse/MPH-166
Project: Maven Help Plugin
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Jon Freedman
Classes annoted with @Mojo annotation should be updated to state whether they
are threadsafe or not. Assuming all functionality is threadsafe this will
eliminate warnings similar to the below
{quote} {{*****************************************************************
* Your build is requesting parallel execution, but project *
* contains the following plugin(s) that have goals not marked *
* as @threadSafe to support parallel building. *
* While this /may/ work fine, please look for plugin updates *
* and/or request plugins be made thread-safe. *
* If reporting an issue, report it against the plugin in *
* question, not against maven-core *
*****************************************************************
The following plugins are not marked @threadSafe in core:
org.apache.maven.plugins:maven-help-plugin:3.2.0}}
{quote}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)