Generates taglibdoc documentation.
Mojo Attributes:
Name | Type | Description |
---|---|---|
dontRecurseIntoSubdirs | boolean |
If set, only file contained directly in the specified directory are used. |
siteRenderer | Renderer |
Site renderer component. |
srcDir | File |
Directory containing tld or tag files. Subdirectories are also processed, unless the "dontRecurseIntoSubdirs" parameter is set. |
title | String |
title for tlddoc generated documentation. |
tldDocDir | File |
TldDoc output dir. |
xsltDir | File |
Directory containing custom xsl files (equivalent to the "-xslt" parameter to tlddoc). |
If set, only file contained directly in the specified directory are used.
boolean
No
Site renderer component.
org.apache.maven.doxia.siterenderer.Renderer
No
Directory containing tld or tag files. Subdirectories are also processed, unless the "dontRecurseIntoSubdirs" parameter is set.
java.io.File
No
src/main/resources/META-INF
title for tlddoc generated documentation.
java.lang.String
No
${project.name} Tag library documentation
TldDoc output dir.
java.io.File
No
${project.reporting.outputDirectory}/tlddoc
Directory containing custom xsl files (equivalent to the "-xslt" parameter to tlddoc).
java.io.File
No