doxia:render-books
Full name:
org.apache.maven.doxia:doxia-maven-plugin:1.0:render-books
Description:
A Mojo to create books in different output formats.
Attributes:
- Requires a Maven 2.0 project to be executed.
Optional Parameters
| Name |
Type |
Since |
Description |
| basedir |
File |
- |
Base directory of the project.
|
| books |
List |
- |
A list of books.
|
| generatedDocs |
File |
- |
Directory containing the generated project docs.
|
Parameter Details
basedir:
Base directory of the project.
- Type:
java.io.File
- Required:
No
- Expression:
${basedir}
books:
A list of books.
- Type:
java.util.List
- Required:
No
generatedDocs:
Directory containing the generated project docs.
- Type:
java.io.File
- Required:
No
- Expression:
${project.build.directory}/generated-site