Deregister a report from xdoc.
Attribute | Optional? | Description |
---|---|---|
name | No | Report to deregister, must be same as name used to register. |
A tag to register a report with xdoc.
Attribute | Optional? | Description |
---|---|---|
name | No | The name of the report to register. Used for navigation items. |
pluginName | No | The name of the plugin. the plugin:report goal must exist |
description | Yes | A text description of the report. |
link | Either the link or the externalLink attributes must be defined. | The nav-bar link for this report. This link must be relative to the root directory of the documentation and it musn't contain the file suffix ('.html' for example). |
fileSuffix | Yes | the file suffix to add to the link. '.html' by default. Used only if the link attribute is defined. |
externalLink | Either the link or the externalLink attributes must be defined. | The nav-bar link for this report. This is a full url link (http://somewhere...). |
target | Yes | The target for the new page (_self, _blank, ...). |
image | Yes | The link to an image to display in the report entry in the navigation bar. This link must be relative to the root directory of the documentation. |
Calls org.apache.maven.util.DVSLFormatter
Attribute | Optional? | Description |
---|---|---|
string | No | The string to format. |
pattern | No | The pattern. |
Basic tag for performing arbitrary jsl transformations on arbitrary jsl inputs.
Attribute | Optional? | Description |
---|---|---|
input | Yes | The input file. |
output | No | The output file. |
stylesheet | No | The stylesheet to use in the transformation. |
encoding | Yes | The encoding of the output file. |
omitXmlDeclaration | Yes | |
outputMode | No | |
prettyPrint | Yes |
This tag has a lot of defaults suitable for transforming documents easily.
Attribute | Optional? | Description |
---|---|---|
input | Yes | The input file. |
outputDirectory | Yes | Will be placed under ${maven.gen.docs} . |
stylesheet | No | The stylesheet to use in the transformation. |
encoding | Yes | Defaults to ${maven.docs.outputencoding} . |
omitXmlDeclaration | Yes | Defaults to ${maven.docs.omitXmlDeclaration} . |
outputMode | No | |
prettyPrint | Yes |
Used to generate the links in the navigation bar, the breadcrumbs and the quick links.
Attribute | Optional? | Description |
---|---|---|
link | No | The link URL. |
relativePath | Yes | The relative path to the link location. |
name | No | The name of the link. |
img | Yes | An optional image to display in addition to the name. |
hideName | Yes | Set to true to hide the link's name (can be used to only display the image for example). |
state | Yes | expanded | collapsed | none. |
target | Yes | The same as in HTML. Used with frames to specify in which frame the link should be rendered. If _blank is used, an icon is displayed to show that a new window is opened by clicking on this link. |
Wraps a text in a CDATA section.
Attribute | Optional? | Description |
---|---|---|
output | No | The output file. |
title | Yes | The title for the page. |
section | Yes | The section heading. |
encoding | Yes | Defaults to ${maven.docs.outputencoding} . |
preamble | Yes | Placed in paragraph block prior to text. |
inputText | No | Will be wrapped in a CDATA, will not escape CDATA tags (as yet). |
inputFile | Yes | Will be read in and wrapped in CDATA. Overrides inputText if set. |
Generates the JSL files on the given srcdir attribute depending on the locale wanted.
Attribute | Optional? | Description |
---|---|---|
srcdir | No |
Input will be read from ${srcdir}/${locale}
and put into ${destdir}/${locale} for every locale
defined (except the default locale).
|
Generates the JSL files on the given srcdir attribute.
Attribute | Optional? | Description |
---|---|---|
srcdir | No | The input directory. |
Generates the JSL files on the given srcdir attribute.
Attribute | Optional? | Description |
---|---|---|
srcdir | No | The input directory. |
destdir | No | The output directory. |