Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.0.0
-
None
-
Maven 3.6.3
Description
When I build with parallel execution, I get a big block of output text for each project about the plugin not being marked as threadsafe. With 500+ projects it all adds up.
13:42:16 [WARNING] *****************************************************************13:42:16 [WARNING] * Your build is requesting parallel execution, but project *13:42:16 [WARNING] * contains the following plugin(s) that have goals not marked *13:42:16 [WARNING] * as @threadSafe to support parallel building. *13:42:16 [WARNING] * While this /may/ work fine, please look for plugin updates *13:42:16 [WARNING] * and/or request plugins be made thread-safe. *13:42:16 [WARNING] * If reporting an issue, report it against the plugin in *13:42:16 [WARNING] * question, not against maven-core *13:42:16 [WARNING] *****************************************************************13:42:16 [WARNING] The following plugins are not marked @threadSafe in Flamethrower:13:42:16 [WARNING] org.apache.maven.plugins:maven-verifier-plugin:1.1*13:42:16* [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe.13:42:16 [WARNING] *****************************************************************