taglib:tagreference
Note:This goal should be used as a Maven report.
Full name:
io.github.weblegacy:taglib-maven-plugin:2.6:tagreference
Description:
Generates a tag reference xdoc that can be integrated in a maven
generated site.
Attributes:
- Requires a Maven project to be executed.
- The goal is not marked as thread-safe and thus does not support parallel builds.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<parseHtml> |
boolean |
- |
Whether to parse html in the description of tld info, tags and
attributes. The default value is false. Default value is: false . |
<srcDir> |
File |
- |
Directory containing tld files. Subdirectories are also processed. Default value is: src/main/resources/META-INF .Alias is: taglib.src.dir . |
Parameter Details
<parseHtml>
Whether to parse html in the description of tld info, tags and
attributes. The default value is false.
- Type:
boolean
- Required:
No
- Default:
false
<srcDir>
Directory containing tld files. Subdirectories are also processed.
- Type:
java.io.File
- Required:
No
- Default:
src/main/resources/META-INF
- Alias:
taglib.src.dir