Diego Lemos created MTOMCAT-224:
-----------------------------------
Summary: Tomcat Maven Plugin is not marked @threadSafe
Key: MTOMCAT-224
URL: https://issues.apache.org/jira/browse/MTOMCAT-224
Project: Apache Tomcat Maven Plugin
Issue Type: Improvement
Components: tomcat6
Affects Versions: 2.1
Reporter: Diego Lemos
Assignee: Olivier Lamy (*$^¨%`£)
When tomcat6-maven-plugin is used in a parallel build, maven says that the
plugin is not thread-safe :
[WARNING] *****************************************************************
[WARNING] * Your build is requesting parallel execution, but project *
[WARNING] * contains the following plugin(s) that are not marked as *
[WARNING] * @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 #############:
[WARNING] org.apache.tomcat.maven:tomcat6-maven-plugin:2.1
[WARNING] *****************************************************************
It will be nice to review the plugin to ensure that it is thread-safe and add a
@threadSafe annotation to it.
More details about the parallel builds:
https://cwiki.apache.org/MAVEN/parallel-builds-in-maven-3.html
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]