Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.8.1
-
Fix Version/s: 2.9
-
Labels:None
-
Number of attachments :
Description
[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] *****************************************************************
Issue Links
- is related to
-
MJAVADOC-358
maven-javadoc-plugin is missing threadsafe on some goals like test-jar
-
------------------------------------------------------------------------
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 buildso added threadSafe. I can't see any reason for it to be unsafe.