Maven PDF Plugin Properties dIon Gillard

This properties are used by the plugin and can be redefined by the user.

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.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.
Property name Description Optional? Default value
maven.docs.src The source directory for the ${maven.pdf.navigationFile} file and the user xml documentations files. Yes ${basedir}/xdocs
maven.docs.dest The destination directory for PDF documentation. Images are also retreived from this directory. Yes ${maven.build.dir}/docs/
maven.gen.docs The directory for generated xdocs used to create the pdf document. Yes ${maven.build.dir}/generated-xdocs/
maven.pdf.pdfName The name of the generated pdf file. Yes ${pom.artifactId}.pdf
Property name Description Optional? Default value
maven.pdf.debug Debug the pdf generation process. Yes false