Full name:
org.apache.maven.plugins:maven-pdf-plugin:1.0:pdf
Description:
Attributes:
| Name | Type | Since | Description |
|---|---|---|---|
| implementation | String |
- |
Identifies the framework to use for pdf generation: either "fo"
(default) or "itext". Default value is: fo. |
| localRepository | ArtifactRepository |
- |
The local repository. |
| outputDirectory | File |
- |
Output directory where PDF files should be created. Default value is: ${project.build.directory}/pdf. |
| siteDirectory | File |
- |
Directory containing source for apt, fml and xdoc docs. Default value is: ${basedir}/src/site. |
| workingDirectory | File |
- |
Working directory for working files like temp files/resources. Default value is: ${project.build.directory}/pdf. |
| Name | Type | Since | Description |
|---|---|---|---|
| aggregate | boolean |
- |
If true, aggregate all source documents in one pdf, otherwise
generate one pdf for each source document.Default value is: true. |
| docDescriptor | File |
- |
File that contains the DocumentModel of the PDF to generate. Default value is: src/site/pdf.xml. |
| locales | String |
- |
A comma separated list of locales supported by Maven. The first
valid token will be the default Locale for this instance of the
Java Virtual Machine. |
| pluginVersion | String |
- |
(no description) |
true, aggregate all source documents in one pdf, otherwise
generate one pdf for each source document.booleanNotruejava.io.FileNosrc/site/pdf.xmljava.lang.StringYes${implementation}foorg.apache.maven.artifact.repository.ArtifactRepositoryYes${localRepository}java.lang.StringNo${locales}java.io.FileYes${project.build.directory}/pdfjava.lang.StringNo${plugin.version}java.io.FileYes${basedir}/src/sitejava.io.FileYes${project.build.directory}/pdf