[ https://jira.codehaus.org/browse/MJAVADOC-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benson Margulies closed MJAVADOC-343. ------------------------------------- Resolution: Fixed Fix Version/s: 2.9 Assignee: Benson Margulies ------------------------------------------------------------------------ r1384986 | bimargulies | 2012-09-14 20:30:29 -0400 (Fri, 14 Sep 2012) | 3 lines MJAVADOC-343: maven-javadoc-plugin is not marked as @threadsafe, which leads to a warning shown during parallel builds o added threadSafe. I can't see any reason for it to be unsafe. > maven-javadoc-plugin is not marked as @threadsafe, which leads to a warning > shown during parallel builds > -------------------------------------------------------------------------------------------------------- > > Key: MJAVADOC-343 > URL: https://jira.codehaus.org/browse/MJAVADOC-343 > Project: Maven 2.x Javadoc Plugin > Issue Type: Improvement > Affects Versions: 2.8.1 > Reporter: ask > Assignee: Benson Margulies > Fix For: 2.9 > > > [java] [WARNING] > ***************************************************************** > [java] [WARNING] * Your build is requesting parallel execution, but > project * > [java] [WARNING] * contains the following plugin(s) that are not marked > as * > [java] [WARNING] * @threadSafe to support parallel building. > * > [java] [WARNING] * While this /may/ work fine, please look for plugin > updates * > [java] [WARNING] * and/or request plugins be made thread-safe. > * > [java] [WARNING] * If reporting an issue, report it against the plugin > in * > [java] [WARNING] * question, not against maven-core > * > [java] [WARNING] > ***************************************************************** > [java] [WARNING] The following plugins are not marked @threadSafe in > ab-plugin: > [java] [WARNING] org.apache.maven.plugins:maven-javadoc-plugin:2.8.1 > [java] [WARNING] > ***************************************************************** -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira