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.
boolean
No
true
java.io.File
No
src/site/pdf.xml
java.lang.String
Yes
${implementation}
fo
org.apache.maven.artifact.repository.ArtifactRepository
Yes
${localRepository}
java.lang.String
No
${locales}
java.io.File
Yes
${project.build.directory}/pdf
java.lang.String
No
${plugin.version}
java.io.File
Yes
${basedir}/src/site
java.io.File
Yes
${project.build.directory}/pdf