| Property name |
Description |
Optional? |
Default value |
| maven.pdf.confidential |
Add a confidential text to the footer of each page. |
Yes |
false
|
| maven.pdf.paperType |
Paper type for the generated PDF file. Available formats are :
-
A4 : 8.25in x 11.70in
-
US : 8.5in x 14in
-
USLetter : 8.5in x 11in
|
Yes |
A4
|
| maven.pdf.companyIncName |
The company name printed on each page footer beside the copyrigth. |
Yes |
${pom.organization.name}
|
| maven.pdf.copyrightYear |
The year for the copyright. |
Yes |
${pom.inceptionYear}
|
| maven.pdf.imageDpi |
Images resolution. |
Yes |
75
|
| maven.pdf.navigationFile |
Filename for the navigation file used to generate the
PDF. It allows to separate the content of the site
and the content of the PDF documentation. |
Yes |
navigation.xml
|
| maven.pdf.navigationFilePath |
The directory where the ${maven.pdf.navigationFile} can be found. This is useful to define it if this file is generated for example. |
Yes |
${maven.xdoc.src}
|
| maven.pdf.projectLogo |
Project logo URL (or relative path). |
Yes |
${pom.url}${pom.logo}
|
| maven.pdf.companyLogo |
Company logo URL (or relative path).
|
Yes |
${pom.organization.url}${pom.organization.logo}
|
| maven.pdf.cover.projectCompany |
Company name printed on the cover. |
Yes |
${pom.organization.name}
|
| maven.pdf.cover.projectName |
Project name . |
Yes |
${pom.name}
|
| maven.pdf.cover.type |
Type of documentation. |
Yes |
Project Documentation
|
| maven.pdf.cover.version |
Project/Document version printed on the cover. |
Yes |
${pom.currentVersion}
|
| maven.pdf.cover.date |
Defaults to current day. |
Yes |
Empty. The build date is used.
|