David J. M. Karlsen created CAMEL-11422:
-------------------------------------------
Summary: Mark plugin as threadsafe
Key: CAMEL-11422
URL: https://issues.apache.org/jira/browse/CAMEL-11422
Project: Camel
Issue Type: Improvement
Affects Versions: 2.19.1
Reporter: David J. M. Karlsen
Priority: Minor
It would be nice to mark the camel maven plugin as threadsafe
{noformat}
22:00:20 [WARNING]
*****************************************************************
22:00:20 [WARNING] * Your build is requesting parallel execution, but project
*
22:00:20 [WARNING] * contains the following plugin(s) that have goals not
marked *
22:00:20 [WARNING] * as @threadSafe to support parallel building.
*
22:00:20 [WARNING] * While this /may/ work fine, please look for plugin updates
*
22:00:20 [WARNING] * and/or request plugins be made thread-safe.
*
22:00:20 [WARNING] * If reporting an issue, report it against the plugin in
*
22:00:20 [WARNING] * question, not against maven-core
*
22:00:20 [WARNING]
*****************************************************************
22:00:20 [WARNING] The following plugins are not marked @threadSafe in jfr-srv:
22:00:20 [WARNING] org.apache.camel:camel-maven-plugin:2.19.1
22:00:20 [WARNING] org.codehaus.mojo:tidy-maven-plugin:1.0.0
22:00:20 [WARNING] Enable debug to see more precisely which goals are not
marked @threadSafe.
22:00:20 [WARNING]
*****************************************************************
22:00:20 [INFO]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)