asciidoc:asciidoc
Full name:
net.rwx.asciidoc:asciidoc-maven-plugin:0.2:asciidoc
Description:
Goal to compile Asciidoc documents.
Attributes:
- Requires a Maven project to be executed.
Optional Parameters
| Name | Type | Since | Description |
|---|---|---|---|
| defaultBackend | String | 0.1 | Default backend which apply on each document. Default value is: html5. |
| defaultDocumentType | String | 0.1 | Default document type which apply on each document. Default value is: article. |
| defaultOutputPath | String | 0.1 | Default target path for generated documents. Default value is: ${project.build.directory}/asciidoc. |
| documents | List | 0.1 | The documents list to generate. |
Parameter Details
Default backend which apply on each document.
- Type: java.lang.String
- Since: 0.1
- Required: No
- Default: html5
Default document type which apply on each document.
- Type: java.lang.String
- Since: 0.1
- Required: No
- Default: article
Default target path for generated documents.
- Type: java.lang.String
- Since: 0.1
- Required: No
- Default: ${project.build.directory}/asciidoc
The documents list to generate.
- Type: java.util.List
- Since: 0.1
- Required: No