Apache Maven 1.x has reached its end of life, and is no longer supported. For more information, see the announcement. Users are encouraged to migrate to the current version of Apache Maven.

Goals

Goal Description
fo This simply pre-requisites the fo:fo goal.
fo:fo Generates an fo xml document from the navigation.xml file supplied as part of the documentation. Please note that as yet, no sanity check is done to make sure this file exists.
pdf This is the default goal of the plugin and simply pre-requisites the pdf:pdf goal.
pdf:pdf Generates a PDF document containing all project documentation. The PDF is generated from the .fo file generated in the fo:fo goal.
pdf:navigation-validate Validates ${maven.pdf.navigationFile}.
maven-pdf-plugin:register Register the pdf generation after the site goal.
maven-pdf-plugin:deregister Deregister the pdf generation.
maven-pdf-plugin:report Called by xdoc to execute the pdf goal.