Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Labels:None
-
Environment:ydoc
-
Number of attachments :
Description
I am using ydoc, an extension to the standard doclet. A new check in the javadoc plugin prevents the use of the standard doclet parameters
<j:if test="${context.getVariable('maven.javadoc.doclet') == null>
You should probably create another parameter (ex. maven.javadoc.usestandardparameters) that could override this behavior for doclets that extend the standard doclet.